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

DragPattern() private méthode

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