System.Windows.Automation.TextPattern2.TextPattern2 C# (CSharp) Method

TextPattern2() private method

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