Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.24 KB

userinformation_setaccountpicturefromstreamasync_649508924.md

File metadata and controls

32 lines (23 loc) · 1.24 KB
-api-id -api-type
M:Windows.System.UserProfile.UserInformation.SetAccountPictureFromStreamAsync(Windows.Storage.Streams.IRandomAccessStream)
winrt method

Windows.System.UserProfile.UserInformation.SetAccountPictureFromStreamAsync

-description

Sets the picture for the user's account using an IRandomAccessStream object.

Important

The UserInformation class is not supported on Windows 10 or later. Use the User class instead. See Remarks in the UserInformation class documentation.

-parameters

-param image

The image.

-returns

A value that indicates the success or failure of the operation.

-remarks

Important

The UserInformation class is not supported on Windows 10 or later. Use the User class instead. See Remarks in the UserInformation class documentation.

-examples

-see-also

User