System.Windows.Automation.LegacyIAccessiblePattern.LegacyIAccessiblePatternInformation.LegacyIAccessiblePatternInformation C# (CSharp) Méthode

LegacyIAccessiblePatternInformation() private méthode

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