System.Windows.Automation.SelectionItemPattern.SelectionItemPatternInformation.SelectionItemPatternInformation C# (CSharp) Method

SelectionItemPatternInformation() private method

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