次の方法で共有


IsolatedWindowsEnvironment.GetUserInfo メソッド

定義

非推奨になりました。 分離環境ユーザーはホスト ユーザーとは異なり、別のユーザーであるため、ホスト アプリケーションでは、ユーザー名や SID など、分離された環境にサインインしたユーザーに関する情報を知る必要がある場合があります。 この API は、サインイン プロセスの完了を待つ必要なく、これらの値を公開します。

public:
 virtual IsolatedWindowsEnvironmentUserInfo ^ GetUserInfo() = GetUserInfo;
IsolatedWindowsEnvironmentUserInfo GetUserInfo();
/// [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironment is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
IsolatedWindowsEnvironmentUserInfo GetUserInfo();
public IsolatedWindowsEnvironmentUserInfo GetUserInfo();
[Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironment is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
public IsolatedWindowsEnvironmentUserInfo GetUserInfo();
function getUserInfo()
Public Function GetUserInfo () As IsolatedWindowsEnvironmentUserInfo

戻り値

IsolatedWindowsEnvironmentUserInfo

属性

Windows の要件

デバイス ファミリ
Windows 10, version 2104 (10.0.20348.0 で導入)
API contract
Windows.Security.Isolation.IsolatedWindowsEnvironmentContract (v3.0 で導入)

注釈

警告

これは非推奨の API です。

適用対象