System.Windows.Automation.InvokePattern.InvokePattern C# (CSharp) 메소드

InvokePattern() 개인적인 메소드

private InvokePattern ( AutomationElement el, UIAutomationClient pattern, bool cached ) : System
el AutomationElement
pattern UIAutomationClient
cached bool
리턴 System
        private InvokePattern(AutomationElement el, UIAutomationClient.IUIAutomationInvokePattern pattern, bool cached)
            : base(el, cached)
        {
            Debug.Assert(pattern != null);
            this._pattern = pattern;
        }