Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines methods and properties that expose simple UI elements.
Inheritance
The IRawElementProviderSimple interface inherits from the IUnknown interface. IRawElementProviderSimple also has these types of members:
Methods
The IRawElementProviderSimple interface has these methods.
IRawElementProviderSimple::get_HostRawElementProvider Specifies the host provider for this element. |
IRawElementProviderSimple::get_ProviderOptions Specifies the type of Microsoft UI Automation provider; for example, whether it is a client-side (proxy) or server-side provider. |
IRawElementProviderSimple::GetPatternProvider Retrieves a pointer to an object that provides support for a control pattern on a Microsoft UI Automation element. |
IRawElementProviderSimple::GetPropertyValue Retrieves the value of a property supported by the Microsoft UI Automation provider. |
Remarks
This interface can be implemented on:
- UI Automation provider for simple UI elements, such as buttons.
- Providers that add or override properties or control patterns on a UI element that already has a provider.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2003 [desktop apps | UWP apps] |
Target Platform | Windows |
Header | uiautomationcore.h (include UIAutomation.h) |
See also
IRawElementProviderFragmentRoot
Reference