UserInformation.NameAccessAllowed 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
앱에서 사용자의 정보에 액세스할 수 있는지 확인할 수 있습니다.
중요
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
속성 값
bool
True이면 앱이 AccountPictureChanged 이벤트에 액세스할 수 있고 GetAccountPicture, GetDisplayNameAsync, GetDomainNameAsync, GetFirstNameAsync, GetLastNameAsync 및 GetSessionInitiationProtocolUriAsync 메서드를 사용하여 사용자 정보를 검색할 수 있습니다. 그렇지 않으면 이 속성은 false입니다.
- 특성
설명
중요
UserInformation 클래스는 Windows 10 이상에서 지원되지 않습니다. 대신 User 클래스를 사용합니다. UserInformation 클래스 설명서의 설명을 참조하세요.
이 속성이 false이면 GetDisplayNameAsync, GetDomainNameAsync, GetFirstNameAsync 및 GetLastNameAsync 메서드는 빈 문자열을 반환하고 GetAccountPicture 및 GetSessionInitiationProtocolUriAsync 메서드는 null 값을 반환합니다.