SystemIdentification.GetSystemIdForUser(User) 方法

定义

根据用户 ID 获取系统的标识符值。

public:
 static SystemIdentificationInfo ^ GetSystemIdForUser(User ^ user);
 static SystemIdentificationInfo GetSystemIdForUser(User const& user);
public static SystemIdentificationInfo GetSystemIdForUser(User user);
function getSystemIdForUser(user)
Public Shared Function GetSystemIdForUser (user As User) As SystemIdentificationInfo

参数

user
User

用于创建系统 ID 的用户 数据。 如果值为 null,则此方法将获取当前用户的 ID。

返回

此系统的 SystemIdentificationInfo 对象,基于用户 ID。

Windows 要求

应用功能
userSystemId

注解

此方法返回的标识符特定于当前设备上的用户,并允许关联特定用户在同一设备上运行的不同应用程序的使用情况。 非多用户感知的应用应仅传入 null 此方法,该方法可获取当前用户的 ID。

此方法的使用受 userSystemId 功能的限制,该功能是需要 Microsoft 批准的受限功能。 请注意,大多数调用方应改用 Windows.System.Profile.SystemIdentification.GetSystemIdForPublisher 方法,因为它更适用于大多数用例,并且不需要受限功能。 如果不需要获取在不同发布者构建的应用之间共享的 ID,则不应使用此方法。

适用于