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

适用于