System.Windows.Automation.StylesPattern.StylesPatternInformation.StylesPatternInformation C# (CSharp) Метод

StylesPatternInformation() приватный Метод

private StylesPatternInformation ( AutomationElement element, bool isCached ) : System
element AutomationElement
isCached bool
Результат System
            internal StylesPatternInformation(AutomationElement element, bool isCached)
            {
                this._el = element;
                this._isCached = isCached;
            }
StylesPattern.StylesPatternInformation