IsolatedWindowsEnvironmentUserInfo.EnvironmentUserName Eigenschaft

Definition

Veraltet. Ruft den Benutzernamen des Benutzers ab, der bei der isolierten Windows-Umgebung angemeldet ist, da dieser sich vom Hostbenutzer unterscheidet und getrennt ist.

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

Eigenschaftswert

String

Platform::String

winrt::hstring

String

Attribute

Hinweise

Warnung

Dies ist eine veraltete API.

Dies kann abgefragt werden, bevor die Anmeldung für isolierte Windows-Umgebung abgeschlossen ist.

Gilt für: