AutomationElement.GetSupportedPatterns Method
Retrieves the control patterns that this AutomationElement supports.
Assembly: UIAutomationClient (in UIAutomationClient.dll)
Return Value
Type: System.Windows.Automation.AutomationPattern[]An array of AutomationPattern objects that represent the supported control patterns.
This method would typically be used for debugging. Calling it requires a great deal of processing, as it queries the AutomationElement for every possible pattern. Normally you would use GetCurrentPattern to retrieve a specific control pattern from an AutomationElement. To ascertain whether a particular pattern is supported, check the appropriate property; for example, IsWindowPatternAvailableProperty.
The following example shows how to retrieve the control patterns supported by an AutomationElement.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.