UserInformation.NameAccessAllowed 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
允许你查看你的应用是否允许访问用户的信息。
重要
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 事件,并且允许使用 GetAccountPicture、GetDisplayNameAsync、GetDomainNameAsync、GetFirstNameAsync、GetLastNameAsync 和 GetSessionInitiationProtocolUriAsync 方法检索用户信息,则其值为 True。 否则,此属性为 false。
- 属性
注解
重要
Windows 10 或更高版本不支持 UserInformation 类。 请改用 User 类。 请参阅 UserInformation 类文档中的备注。
如果此属性为 false, 则 GetDisplayNameAsync、 GetDomainNameAsync、 GetFirstNameAsync 和 GetLastNameAsync 方法返回空字符串,而 GetAccountPicture 和 GetSessionInitiationProtocolUriAsync 方法返回 null 值。