System.Windows.Automation.WindowPattern.WindowPatternInformation.WindowPatternInformation C# (CSharp) Method

WindowPatternInformation() private method

private WindowPatternInformation ( AutomationElement element, bool isCached ) : System
element AutomationElement
isCached bool
return System
            internal WindowPatternInformation(AutomationElement element, bool isCached)
            {
                this._el = element;
                this._isCached = isCached;
            }
WindowPattern.WindowPatternInformation