RemoteAutomationWindow.AutomationProvider Property

Definition

Gets a UI Automation (UIA) provider object.

public:
 property Platform::Object ^ AutomationProvider { Platform::Object ^ get(); };
IInspectable AutomationProvider();
public object AutomationProvider { get; }
var object = remoteAutomationWindow.automationProvider;
Public ReadOnly Property AutomationProvider As Object

Property Value

Object

Platform::Object

IInspectable

A UI Automation (UIA) provider object.

Remarks

This UIA provider should be returned as part of tree navigation of the local window’s tree wherever the Remote Desktop client wants to embed remote system UI.

Applies to