Partager via


IsolatedWindowsEnvironmentUserInfo.EnvironmentUserName Propriété

Définition

Action déconseillée. Obtient le nom d’utilisateur de l’utilisateur connecté à l’environnement Windows isolé, car il est différent et distinct de l’utilisateur hôte.

public:
 property Platform::String ^ EnvironmentUserName { Platform::String ^ get(); };
winrt::hstring EnvironmentUserName();
/// [get: Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentUserInfo is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
winrt::hstring EnvironmentUserName();
public string EnvironmentUserName { get; }
public string EnvironmentUserName { [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentUserInfo is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")] get; }
var string = isolatedWindowsEnvironmentUserInfo.environmentUserName;
Public ReadOnly Property EnvironmentUserName As String

Valeur de propriété

String

Platform::String

winrt::hstring

String

Attributs

Remarques

Avertissement

Il s’agit d’une API déconseillée.

Cela peut être interrogé avant la fin de la connexion à l’environnement Windows isolé.

S’applique à