RemoteSystemSessionController 생성자

정의

오버로드

RemoteSystemSessionController(String)

사용자 지정 표시 이름을 사용하여 RemoteSystemSessionController 를 초기화합니다.

RemoteSystemSessionController(String, RemoteSystemSessionOptions)

사용자 지정 표시 이름 및 지정된 옵션을 사용하여 RemoteSystemSessionController 를 초기화합니다.

RemoteSystemSessionController(String)

사용자 지정 표시 이름을 사용하여 RemoteSystemSessionController 를 초기화합니다.

public:
 RemoteSystemSessionController(Platform::String ^ displayName);
 RemoteSystemSessionController(winrt::hstring const& displayName);
public RemoteSystemSessionController(string displayName);
function RemoteSystemSessionController(displayName)
Public Sub New (displayName As String)

매개 변수

displayName
String

Platform::String

winrt::hstring

이 원격 세션의 공용 이름입니다. 간단하고 설명이 있어야 합니다.

Windows 요구 사항

앱 기능
remoteSystem

적용 대상

RemoteSystemSessionController(String, RemoteSystemSessionOptions)

사용자 지정 표시 이름 및 지정된 옵션을 사용하여 RemoteSystemSessionController 를 초기화합니다.

public:
 RemoteSystemSessionController(Platform::String ^ displayName, RemoteSystemSessionOptions ^ options);
 RemoteSystemSessionController(winrt::hstring const& displayName, RemoteSystemSessionOptions const& options);
public RemoteSystemSessionController(string displayName, RemoteSystemSessionOptions options);
function RemoteSystemSessionController(displayName, options)
Public Sub New (displayName As String, options As RemoteSystemSessionOptions)

매개 변수

displayName
String

Platform::String

winrt::hstring

이 원격 세션의 공용 이름입니다. 간단하고 설명이 있어야 합니다.

options
RemoteSystemSessionOptions

이 원격 세션에 대한 추가 옵션을 지정하는 RemoteSystemSessionOptions 개체입니다.

Windows 요구 사항

앱 기능
remoteSystem

적용 대상