Share via


RemoteAutomationServer Class

Definition

Represents a UI Automation provider session for establishing the server (remote) side of a connection between a local client and a remote provider.

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

Windows requirements

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

Methods

Name Description
ReportSession(Guid)

Initiates the server (remote) side of a connection between a local client and a remote provider.

Applies to

See also