System.Windows.Automation.AutomationElement.AutomationElementInformation.AutomationElementInformation C# (CSharp) Method

AutomationElementInformation() private method

private AutomationElementInformation ( AutomationElement el, bool isCached ) : System
el AutomationElement
isCached bool
return System
            internal AutomationElementInformation(AutomationElement el, bool isCached)
            {
                this._el = el;
                this._isCached = isCached;
            }
AutomationElement.AutomationElementInformation