System.Windows.Automation.ControlType.GetNeverSupportedPatterns C# (CSharp) Method

GetNeverSupportedPatterns() public method

public GetNeverSupportedPatterns ( ) : System.Windows.Automation.AutomationPattern[]
return System.Windows.Automation.AutomationPattern[]
        public AutomationPattern[] GetNeverSupportedPatterns()
        {
            return (AutomationPattern[])this._neverSupportedPatterns.Clone();
        }