IRawElementProviderSimple Interface
Provides methods and properties that expose basic information about a UI element.
Assembly: UIAutomationProvider (in UIAutomationProvider.dll)
The IRawElementProviderSimple type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | HostRawElementProvider | Gets a base provider for this element. |
![]() | ProviderOptions | Gets a value that specifies characteristics of the UI Automation provider; for example, whether it is a client-side or server-side provider. |
| Name | Description | |
|---|---|---|
![]() | GetPatternProvider | Retrieves an object that provides support for a control pattern on a UI Automation element. |
![]() | GetPropertyValue | Retrieves the value of a property supported by the UI Automation provider. |
This interface can be implemented on UI Automation providers for simple elements such as buttons. It can also be implemented on providers that contribute additional properties or control patterns, or override existing properties or control patterns, on an element that already has a default provider.
Providers for complex elements must implement IRawElementProviderFragment or IRawElementProviderFragmentRoot.
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.
