다음을 통해 공유


UserInformation.NameAccessAllowed 속성

정의

앱에서 사용자의 정보에 액세스할 수 있는지 확인할 수 있습니다.

중요

UserInformation 클래스는 Windows 10 이상에서 지원되지 않습니다. 대신 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이면 앱이 AccountPictureChanged 이벤트에 액세스할 수 있고 GetAccountPicture, GetDisplayNameAsync, GetDomainNameAsync, GetFirstNameAsync, GetLastNameAsyncGetSessionInitiationProtocolUriAsync 메서드를 사용하여 사용자 정보를 검색할 수 있습니다. 그렇지 않으면 이 속성은 false입니다.

특성

설명

중요

UserInformation 클래스는 Windows 10 이상에서 지원되지 않습니다. 대신 User 클래스를 사용합니다. UserInformation 클래스 설명서의 설명을 참조하세요.

이 속성이 false이면 GetDisplayNameAsync, GetDomainNameAsync, GetFirstNameAsyncGetLastNameAsync 메서드는 빈 문자열을 반환하고 GetAccountPictureGetSessionInitiationProtocolUriAsync 메서드는 null 값을 반환합니다.

적용 대상

추가 정보