共用方式為


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

True 是表示 如果您的 app 允許存取 AccountPictureChanged 事件,並允許使用 GetAccountPictureGetDisplayNameAsyncGetDomainNameAsyncGetFirstNameAsyncGetLastNameAsyncGetSessionInitiationProtocolUriAsync 方法來擷取使用者資訊。 否則,此屬性為 false。

屬性

備註

重要

Windows 10或更新版本不支援UserInformation類別。 請改用 User 類別。 請參閱 UserInformation 類別檔中的。

如果此屬性為 falseGetDisplayNameAsyncGetDomainNameAsyncGetFirstNameAsyncGetLastNameAsync 方法會傳回空字串,而 GetAccountPictureGetSessionInitiationProtocolUriAsync 方法則會傳回 Null 值。

適用於

另請參閱