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

適用対象