Share via


AccountPictureKind 열거형

정의

GetAccountPicture를 사용할 때 특정 이미지 형식을 요청할 수 있습니다.

public enum class AccountPictureKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.System.UserProfile.UserProfileContract, 65536)]
enum class AccountPictureKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.System.UserProfile.UserProfileContract, 65536)]
/// [Windows.Foundation.Metadata.Deprecated("Use User instead of UserInformation. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.System.UserProfile.UserProfileContract")]
enum class AccountPictureKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.System.UserProfile.UserProfileContract), 65536)]
public enum AccountPictureKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.System.UserProfile.UserProfileContract), 65536)]
[Windows.Foundation.Metadata.Deprecated("Use User instead of UserInformation. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.System.UserProfile.UserProfileContract")]
public enum AccountPictureKind
var value = Windows.System.UserProfile.AccountPictureKind.smallImage
Public Enum AccountPictureKind
상속
AccountPictureKind
특성

Windows 요구 사항

디바이스 패밀리
Windows Desktop Extension SDK (10.0.10240.0에서 도입되었습니다.)
Windows Mobile Extension SDK (10.0.10240.0에서 도입되었습니다.)
API contract
Windows.System.UserProfile.UserProfileContract (v1.0에서 도입되었습니다.)

필드

LargeImage 1

사용자 계정에 대한 큰 이미지를 원하는지 나타냅니다.

SmallImage 0

사용자 계정에 대한 작은 이미지를 원하는지 나타냅니다.

Video 2

사용자의 계정에 대한 비디오를 사용하려는 경우를 나타냅니다.

설명

이 속성을 사용하는 방법을 보려면 코드 샘플을 검사.

적용 대상