IRawElementProviderHostingAccessibles interface
This interface is implemented by a Microsoft UI Automation provider when the provider is the root of an accessibility tree that includes windowless controls that support Microsoft Active Accessibility. Because UI Automation and Microsoft Active Accessibility use different interfaces, this interface enables a client to discover the list of hosted Microsoft Active Accessibility controls in case it needs to treat them differently.
Members
The IRawElementProviderHostingAccessibles interface inherits from the IUnknown interface. IRawElementProviderHostingAccessibles also has these types of members:
Methods
The IRawElementProviderHostingAccessibles interface has these methods.
| Method | Description |
|---|---|
| GetEmbeddedAccessibles |
Retrieves the IAccessible interface pointers of the windowless ActiveX controls that are hosted by this provider. |
Requirements
|
Minimum supported client |
Windows 8 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|
|
DLL |
|
|
IID |
IID_IRawElementProviderHostingAccessibles is defined as 24BE0B07-D37D-487A-98CF-A13ED465E9B3 |
See also