RemoteAutomationDisconnectedEventArgs.LocalPipeName 属性
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取要关闭的远程提供程序的完整管道路径。
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
RemoteAutomationClientSession 的完全命名管道路径。
本地计算机上可以存在多个客户端,每个客户端都可以与远程提供程序建立唯一的连接,每个客户端具有不同的管道名称。
产品 | 版本 |
---|---|
WinRT | Build 22000, Build 22621, Build 26100 |