Share via


RemoteAutomationConnectionRequestedEventArgs Class

Definition

Provides event data for the ConnectionRequested event.

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

Windows requirements

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

Properties

LocalPipeName

Gets the full pipe path to be shared with the remote session.

RemoteProcessId

Gets the unique process identifier of the remote application to connect to.

Applies to