Share via


RemoteAutomationWindow Class

Definition

Represents a window for a remote application (one that isn’t running on the local machine).

public ref class RemoteAutomationWindow sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.UI.UIAutomation.UIAutomationContract, 131072)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class RemoteAutomationWindow final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.UI.UIAutomation.UIAutomationContract), 131072)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class RemoteAutomationWindow
Public NotInheritable Class RemoteAutomationWindow
Inheritance
Object Platform::Object IInspectable RemoteAutomationWindow
Attributes

Windows requirements

Device family
Windows 11 (introduced in 10.0.22000.0)
API contract
Windows.UI.UIAutomation.UIAutomationContract (introduced in v2.0)

Properties

AutomationProvider

Gets a UI Automation (UIA) provider object.

Methods

UnregisterAsync()

Asynchronously unregisters the Windows.UI.UIAutomation.Core.RemoteAutomationWindow.

Applies to

See also