Condividi tramite


UserInformation.SetAccountPictureFromStreamAsync(IRandomAccessStream) Metodo

Definizione

Imposta l'immagine per l'account dell'utente usando un oggetto IRandomAccessStream .

Importante

La classe UserInformation non è supportata in Windows 10 o versione successiva. Usare invece la classe User . Vedere la sezione Osservazioni nella documentazione della classe UserInformation .

public:
 static IAsyncOperation<SetAccountPictureResult> ^ SetAccountPictureFromStreamAsync(IRandomAccessStream ^ image);
 static IAsyncOperation<SetAccountPictureResult> SetAccountPictureFromStreamAsync(IRandomAccessStream 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> SetAccountPictureFromStreamAsync(IRandomAccessStream const& image);
public static IAsyncOperation<SetAccountPictureResult> SetAccountPictureFromStreamAsync(IRandomAccessStream 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> SetAccountPictureFromStreamAsync(IRandomAccessStream image);
function setAccountPictureFromStreamAsync(image)
Public Shared Function SetAccountPictureFromStreamAsync (image As IRandomAccessStream) As IAsyncOperation(Of SetAccountPictureResult)

Parametri

image
IRandomAccessStream

Immagine.

Restituisce

Valore che indica l'esito positivo o negativo dell'operazione.

Attributi

Commenti

Importante

La classe UserInformation non è supportata in Windows 10 o versione successiva. Usare invece la classe User . Vedere la sezione Osservazioni nella documentazione della classe UserInformation .

Si applica a

Vedi anche