RemoteAutomationClientSession 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
원격 애플리케이션에 대한 UI 자동화 클라이언트 세션을 나타냅니다.
public ref class RemoteAutomationClientSession sealed
/// [Windows.Foundation.Metadata.Activatable(Windows.UI.UIAutomation.Core.IRemoteAutomationClientSessionFactory, 131072, "Windows.UI.UIAutomation.UIAutomationContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.UI.UIAutomation.UIAutomationContract, 131072)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class RemoteAutomationClientSession final
[Windows.Foundation.Metadata.Activatable(typeof(Windows.UI.UIAutomation.Core.IRemoteAutomationClientSessionFactory), 131072, "Windows.UI.UIAutomation.UIAutomationContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.UI.UIAutomation.UIAutomationContract), 131072)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class RemoteAutomationClientSession
Public NotInheritable Class RemoteAutomationClientSession
- 상속
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows 11 (10.0.22000.0에서 도입되었습니다.)
|
API contract |
Windows.UI.UIAutomation.UIAutomationContract (v2.0에서 도입되었습니다.)
|
설명
이 클래스는 호스트 애플리케이션(예: 로컬 컴퓨터에서 실행되는 원격 데스크톱 앱)에서 원격 세션(컨테이너 또는 네트워크)을 사용하여 명명된 파이프 공유를 연결하고 구현하는 데 사용됩니다. 호스트 애플리케이션은 ConnectionRequestedDisconnected 콜백을 구현하여 명명된 / 파이프를 공유한 다음 클라이언트 세션을 시작/중지하여 해당 콜백을 사용하거나 사용하지 않도록 설정합니다.
생성자
RemoteAutomationClientSession(String) |
제공된 이름을 사용하여 RemoteAutomationClientSession 클래스의 새 instance 초기화합니다. |
RemoteAutomationClientSession(String, Guid) |
제공된 매개 변수를 사용하여 RemoteAutomationClientSession 클래스의 새 instance 초기화합니다. |
속성
SessionId |
RemoteAutomationClientSession의 고유 식별자를 가져옵니다. |
메서드
CreateWindowAsync(UInt64, UInt32, Object) |
부모 AutomationElement와 자식 원격 창 간에 부모-자식 관계를 만듭니다. |
Start() |
RemoteAutomationClientSession을 시작하여 UI 자동화 클라이언트가 원격 세션에 대한 연결을 만들 수 있도록 합니다. |
Stop() |
현재 RemoteAutomationClientSession을 종료합니다. |
이벤트
ConnectionRequested |
원격 시스템에 대한 연결이 요청되면 발생합니다. |
Disconnected |
RemoteAutomationClientSession의 연결이 끊어질 때 발생합니다. |