共用方式為


RemoteAutomationConnectionRequestedEventArgs.LocalPipeName 屬性

定義

取得要與遠端會話共用的完整管道路徑。

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

屬性值

String

Platform::String

winrt::hstring

要與遠端會話共用的完整管道路徑。

適用於