System.Windows.Automation.AnnotationPattern.AnnotationPatternInformation.AnnotationPatternInformation C# (CSharp) Method

AnnotationPatternInformation() private method

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