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

TextPattern2() private méthode

private TextPattern2 ( AutomationElement el, UIAutomationClient pattern, UIAutomationClient basePattern, bool cached ) : System
el AutomationElement
pattern UIAutomationClient
basePattern UIAutomationClient
cached bool
Résultat System
        private TextPattern2(AutomationElement el, UIAutomationClient.IUIAutomationTextPattern2 pattern, UIAutomationClient.IUIAutomationTextPattern basePattern, bool cached)
            : base(el, basePattern, cached)
        {
            Debug.Assert(pattern != null);
            this._pattern = pattern;
        }