RemoteAutomationDisconnectedEventArgs.LocalPipeName 属性

定义

获取要关闭的远程提供程序的完整管道路径。

public:
 property Platform::String ^ LocalPipeName { Platform::String ^ get(); };
winrt::hstring LocalPipeName();
public string LocalPipeName { get; }
var string = remoteAutomationDisconnectedEventArgs.localPipeName;
Public ReadOnly Property LocalPipeName As String

属性值

String

Platform::String

winrt::hstring

RemoteAutomationClientSession 的完全命名管道路径。

注解

本地计算机上可以存在多个客户端,每个客户端都可以与远程提供程序建立唯一的连接,每个客户端具有不同的管道名称。

适用于