CoreWindow.AutomationHostProvider Property
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 automation provider assigned to this window.
public:
property Platform::Object ^ AutomationHostProvider { Platform::Object ^ get(); };
IInspectable AutomationHostProvider();
public object AutomationHostProvider { get; }
var object = coreWindow.automationHostProvider;
Public ReadOnly Property AutomationHostProvider As Object
Property Value
The automation provider for this window.