UserInformation.NameAccessAllowed 属性

定义

允许你查看你的应用是否允许访问用户的信息。

重要

Windows 10 或更高版本不支持 UserInformation 类。 请改用 User 类。 请参阅 UserInformation 类文档中的备注。

public:
 static property bool NameAccessAllowed { bool get(); };
static bool NameAccessAllowed();
/// [get: Windows.Foundation.Metadata.Deprecated("Use User instead of UserInformation. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.System.UserProfile.UserProfileContract")]
static bool NameAccessAllowed();
public static bool NameAccessAllowed { get; }
public static bool NameAccessAllowed { [Windows.Foundation.Metadata.Deprecated("Use User instead of UserInformation. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.System.UserProfile.UserProfileContract")] get; }
var boolean = UserInformation.nameAccessAllowed;
Public Shared ReadOnly Property NameAccessAllowed As Boolean

属性值

Boolean

bool

如果允许应用访问 AccountPictureChanged 事件,并且允许使用 GetAccountPictureGetDisplayNameAsync、GetDomainNameAsyncGetFirstNameAsyncGetLastNameAsyncGetSessionInitiationProtocolUriAsync 方法检索用户信息,则其值为 True。 否则,此属性为 false。

属性

注解

重要

Windows 10 或更高版本不支持 UserInformation 类。 请改用 User 类。 请参阅 UserInformation 类文档中的备注。

如果此属性为 false则 GetDisplayNameAsyncGetDomainNameAsyncGetFirstNameAsyncGetLastNameAsync 方法返回空字符串,而 GetAccountPictureGetSessionInitiationProtocolUriAsync 方法返回 null 值。

适用于

另请参阅