UserInformation.SetAccountPictureAsync(IStorageFile) 方法

定义

使用 IStorageFile 对象设置用户帐户的图片。

重要

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

public:
 static IAsyncOperation<SetAccountPictureResult> ^ SetAccountPictureAsync(IStorageFile ^ image);
 static IAsyncOperation<SetAccountPictureResult> SetAccountPictureAsync(IStorageFile const& image);
/// [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 IAsyncOperation<SetAccountPictureResult> SetAccountPictureAsync(IStorageFile const& image);
public static IAsyncOperation<SetAccountPictureResult> SetAccountPictureAsync(IStorageFile image);
[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 IAsyncOperation<SetAccountPictureResult> SetAccountPictureAsync(IStorageFile image);
function setAccountPictureAsync(image)
Public Shared Function SetAccountPictureAsync (image As IStorageFile) As IAsyncOperation(Of SetAccountPictureResult)

参数

image
IStorageFile

包含图像的文件。

返回

一个指示操作成功或失败的值。

属性

注解

重要

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

适用于

另请参阅