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

ItemContainerPattern() private méthode

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