次の方法で共有


IsolatedWindowsEnvironmentUserInfo.EnvironmentUserName プロパティ

定義

非推奨になりました。 分離された Windows 環境にサインインしているユーザーのユーザー名を取得します。これは異なり、ホスト ユーザーとは別であるためです。

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

プロパティ値

String

Platform::String

winrt::hstring

文字列

属性

注釈

警告

これは非推奨の API です。

これは、Isolated Windows Environment のサインインが完了する前にクエリを実行できます。

適用対象