User 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
사용자를 나타냅니다.
public ref class User sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class User final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class User final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class User
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class User
Public NotInheritable Class User
- 상속
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows 10 (10.0.10240.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)
|
속성
AuthenticationStatus |
사용자의 인증 상태 가져옵니다. |
NonRoamableId |
사용자의 로밍할 수 없는 ID를 가져옵니다. |
Type |
사용자 유형을 가져옵니다. |
메서드
CheckUserAgeConsentGroupAsync(UserAgeConsentGroup) |
사용자가 지정된 사용자 연령 동의 그룹에 속하는지 여부를 나타내는 값을 검색합니다. |
CreateWatcher() |
사용자 컬렉션을 변경하거나 사용자의 인증 상태가 변경되면 사용자를 열거하고 이벤트를 발생시키는 UserWatcher 를 만듭니다. |
FindAllAsync() |
모든 사용자를 비동기적으로 찾습니다. |
FindAllAsync(UserType) |
지정된 형식의 모든 사용자를 비동기적으로 찾습니다. |
FindAllAsync(UserType, UserAuthenticationStatus) |
지정된 형식 및 인증 상태 모든 사용자를 비동기적으로 찾습니다. |
GetDefault() |
기본 사용자 계정을 나타내는 개체를 가져옵니다. |
GetFromId(String) |
지정된 ID를 가진 사용자를 가져옵니다. |
GetPictureAsync(UserPictureSize) |
사용자의 사진을 비동기적으로 가져옵니다. |
GetPropertiesAsync(IVectorView<String>) |
사용자의 속성을 가져옵니다. |
GetPropertyAsync(String) |
사용자의 속성을 가져옵니다. KnownUserProperties 클래스를 사용하여 속성 이름을 가져옵니다. |