RemoteAutomationConnectionRequestedEventArgs 类

定义

提供 ConnectionRequested 事件的事件数据。

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
继承
Object Platform::Object IInspectable RemoteAutomationConnectionRequestedEventArgs
属性

Windows 要求

设备系列
Windows 11 (在 10.0.22000.0 中引入)
API contract
Windows.UI.UIAutomation.UIAutomationContract (在 v2.0 中引入)

属性

LocalPipeName

获取要与远程会话共享的完整管道路径。

RemoteProcessId

获取要连接到的远程应用程序的唯一进程标识符。

适用于