ACAT.Lib.Extension.AppAgents.Outlook.OutlookAgentBase.identifyWindow C# (CSharp) 메소드

identifyWindow() 보호된 메소드

Identify the top level window in Outlook
protected identifyWindow ( ACAT.Lib.Core.Utility.WindowActivityMonitorInfo monitorInfo, OutlookControlSubType &subType ) : OutlookWindowTypes
monitorInfo ACAT.Lib.Core.Utility.WindowActivityMonitorInfo Active window info
subType OutlookControlSubType The focused Outlook window control element
리턴 OutlookWindowTypes
        protected virtual OutlookWindowTypes identifyWindow(WindowActivityMonitorInfo monitorInfo, ref OutlookControlSubType subType)
        {
            return outlookInspector.IdentifyWindow(monitorInfo, ref subType);
        }