Partager via


RemoteSystemSessionController Constructeurs

Définition

Surcharges

RemoteSystemSessionController(String)

Initialise un RemoteSystemSessionController avec un nom d’affichage personnalisé.

RemoteSystemSessionController(String, RemoteSystemSessionOptions)

Initialise un RemoteSystemSessionController avec un nom d’affichage personnalisé et des options spécifiées.

RemoteSystemSessionController(String)

Initialise un RemoteSystemSessionController avec un nom d’affichage personnalisé.

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

Paramètres

displayName
String

Platform::String

winrt::hstring

Nom public de cette session à distance. Il doit être simple et descriptif.

Configuration requise pour Windows

Fonctionnalités de l’application
remoteSystem

S’applique à

RemoteSystemSessionController(String, RemoteSystemSessionOptions)

Initialise un RemoteSystemSessionController avec un nom d’affichage personnalisé et des options spécifiées.

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)

Paramètres

displayName
String

Platform::String

winrt::hstring

Nom public de cette session à distance. Il doit être simple et descriptif.

options
RemoteSystemSessionOptions

Objet RemoteSystemSessionOptions spécifiant des options supplémentaires pour cette session à distance.

Configuration requise pour Windows

Fonctionnalités de l’application
remoteSystem

S’applique à