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
True 是表示 如果您的 app 允許存取 AccountPictureChanged 事件,並允許使用 GetAccountPicture、 GetDisplayNameAsync、 GetDomainNameAsync、 GetFirstNameAsync、 GetLastNameAsync和 GetSessionInitiationProtocolUriAsync 方法來擷取使用者資訊。 否則,此屬性為 false。
- 屬性
備註
重要
Windows 10或更新版本不支援UserInformation類別。 請改用 User 類別。 請參閱 UserInformation 類別檔中的。
如果此屬性為 false, GetDisplayNameAsync、 GetDomainNameAsync、 GetFirstNameAsync和 GetLastNameAsync 方法會傳回空字串,而 GetAccountPicture 和 GetSessionInitiationProtocolUriAsync 方法則會傳回 Null 值。