AccountPictureKind Enumeration
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ermöglicht das Anfordern eines bestimmten Bildtyps bei Verwendung von 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
- Vererbung
-
AccountPictureKind
- Attribute
Windows-Anforderungen
Gerätefamilie |
Windows Desktop Extension SDK (eingeführt in 10.0.10240.0)
Windows Mobile Extension SDK (eingeführt in 10.0.10240.0) |
API contract |
Windows.System.UserProfile.UserProfileContract (eingeführt in v1.0)
|
Felder
LargeImage | 1 | Gibt an, dass das große Bild für das Konto des Benutzers verwendet werden soll. |
SmallImage | 0 | Gibt an, dass Sie das kleine Image für das Konto des Benutzers verwenden möchten. |
Video | 2 | Gibt an, dass sie das Video für das Konto des Benutzers verwenden möchten. |
Hinweise
Informationen zur Verwendung dieser Eigenschaft finden Sie in unserem Codebeispiel.