RemoteSystemSessionController Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
RemoteSystemSessionController(String) |
Inicializa un RemoteSystemSessionController con un nombre para mostrar personalizado. |
RemoteSystemSessionController(String, RemoteSystemSessionOptions) |
Inicializa un RemoteSystemSessionController con un nombre para mostrar personalizado y opciones especificadas. |
RemoteSystemSessionController(String)
Inicializa un RemoteSystemSessionController con un nombre para mostrar personalizado.
public:
RemoteSystemSessionController(Platform::String ^ displayName);
RemoteSystemSessionController(winrt::hstring const& displayName);
public RemoteSystemSessionController(string displayName);
function RemoteSystemSessionController(displayName)
Public Sub New (displayName As String)
Parámetros
- displayName
-
String
Platform::String
winrt::hstring
Nombre de acceso público para esta sesión remota. Debe ser sencillo y descriptivo.
Requisitos de Windows
Características de aplicaciones |
remoteSystem
|
Se aplica a
RemoteSystemSessionController(String, RemoteSystemSessionOptions)
Inicializa un RemoteSystemSessionController con un nombre para mostrar personalizado y opciones especificadas.
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)
Parámetros
- displayName
-
String
Platform::String
winrt::hstring
Nombre de acceso público para esta sesión remota. Debe ser sencillo y descriptivo.
- options
- RemoteSystemSessionOptions
Objeto RemoteSystemSessionOptions que especifica opciones adicionales para esta sesión remota.
Requisitos de Windows
Características de aplicaciones |
remoteSystem
|