System.Windows.Automation.SelectionPattern.SelectionPatternInformation.SelectionPatternInformation C# (CSharp) Method

SelectionPatternInformation() private method

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