ControlType.GetRequiredProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves an array of the required property identifiers (IDs) for this control type.
public:
cli::array <System::Windows::Automation::AutomationProperty ^> ^ GetRequiredProperties();
public System.Windows.Automation.AutomationProperty[] GetRequiredProperties ();
member this.GetRequiredProperties : unit -> System.Windows.Automation.AutomationProperty[]
Public Function GetRequiredProperties () As AutomationProperty()
Returns
An array of property IDs.
Remarks
This method is useful for UI Automation clients that need to find all possible properties, such as testing frameworks for a provider implementation.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.