System.Windows.Automation.ValuePattern.ValuePatternInformation.ValuePatternInformation C# (CSharp) Method

ValuePatternInformation() private method

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