IsolatedWindowsEnvironment.GetUserInfo メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
非推奨になりました。 分離環境ユーザーはホスト ユーザーとは異なり、別のユーザーであるため、ホスト アプリケーションでは、ユーザー名や 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 です。