共用方式為


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

適用於