ContentIsland.GetAutomationHostProvider Method

Definition

Gets the host automation provider associated with the ContentIsland.

public:
 virtual Platform::Object ^ GetAutomationHostProvider() = GetAutomationHostProvider;
IInspectable GetAutomationHostProvider();
public object GetAutomationHostProvider();
function getAutomationHostProvider()
Public Function GetAutomationHostProvider () As Object

Returns

Object

Platform::Object

IInspectable

The host automation provider associated with the ContentIsland.

Remarks

This interface allows the retrieval of the host raw automation provider as required by implementers of IRawElementProviderSimple::get_HostRawElementProvider (uiautomationcore.h).

Applies to