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);
        }