다음을 통해 공유


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의 완전히 명명된 파이프 경로입니다.

설명

로컬 컴퓨터에 여러 클라이언트가 있을 수 있으며 각 클라이언트는 서로 다른 파이프 이름을 가진 원격 공급자와 고유한 연결을 설정할 수 있습니다.

적용 대상