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。