System.Windows.Automation.StylesPattern.StylesPatternInformation.StylesPatternInformation C# (CSharp) Méthode

StylesPatternInformation() private méthode

private StylesPatternInformation ( AutomationElement element, bool isCached ) : System
element AutomationElement
isCached bool
Résultat System
            internal StylesPatternInformation(AutomationElement element, bool isCached)
            {
                this._el = element;
                this._isCached = isCached;
            }
StylesPattern.StylesPatternInformation