System.Windows.Automation.ExpandCollapsePattern.ExpandCollapsePatternInformation.ExpandCollapsePatternInformation C# (CSharp) Method

ExpandCollapsePatternInformation() private method

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