ContentIsland.GetAutomationHostProvider 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.
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
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).