UserInformation.GetAccountPicture(AccountPictureKind) 方法

定义

获取用户的帐户图片。

重要

Windows 10 或更高版本不支持 UserInformation 类。 请改用 User 类。 请参阅 UserInformation 类文档中的备注。

public:
 static IStorageFile ^ GetAccountPicture(AccountPictureKind kind);
 static IStorageFile GetAccountPicture(AccountPictureKind const& kind);
/// [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 IStorageFile GetAccountPicture(AccountPictureKind const& kind);
public static IStorageFile GetAccountPicture(AccountPictureKind kind);
[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 static IStorageFile GetAccountPicture(AccountPictureKind kind);
function getAccountPicture(kind)
Public Shared Function GetAccountPicture (kind As AccountPictureKind) As IStorageFile

参数

kind
AccountPictureKind

一个枚举,可用于确定要 (小型、大型等) 的图像类型。

返回

包含图像的 对象。

属性

注解

重要

Windows 10 或更高版本不支持 UserInformation 类。 请改用 User 类。 请参阅 UserInformation 类文档中的备注。

例如,如果 UserInformation.NameAccessAllowed 属性为 false) ,则隐私设置可以阻止对用户头像的访问 (。 如果访问被阻止,此方法将返回 null 值。

此方法不会引发异常。

适用于

另请参阅