ICoreWindow.AutomationHostProvider Property

Definition

Specifies the property that gets the automation provider assigned to this window.

public:
 property Platform::Object ^ AutomationHostProvider { Platform::Object ^ get(); };
IInspectable AutomationHostProvider();
public object AutomationHostProvider { get; }
var object = iCoreWindow.automationHostProvider;
Public ReadOnly Property AutomationHostProvider As Object

Property Value

Object

Platform::Object

IInspectable

The automation provider for this window.

Applies to