共用方式為


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

指出您想要使用者帳戶的視訊。

備註

若要查看如何使用這個屬性,請參閱我們的 程式碼範例

適用於