Condividi tramite


UserInformation.SetAccountPicturesAsync Metodo

Definizione

Imposta le immagini per l'account dell'utente usando un oggetto IStorageFile . Supporta l'aggiunta di un'immagine di piccole dimensioni, un'immagine di grandi dimensioni e un video.

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> ^ SetAccountPicturesAsync(IStorageFile ^ smallImage, IStorageFile ^ largeImage, IStorageFile ^ video);
 static IAsyncOperation<SetAccountPictureResult> SetAccountPicturesAsync(IStorageFile const& smallImage, IStorageFile const& largeImage, IStorageFile const& video);
/// [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> SetAccountPicturesAsync(IStorageFile const& smallImage, IStorageFile const& largeImage, IStorageFile const& video);
public static IAsyncOperation<SetAccountPictureResult> SetAccountPicturesAsync(IStorageFile smallImage, IStorageFile largeImage, IStorageFile video);
[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> SetAccountPicturesAsync(IStorageFile smallImage, IStorageFile largeImage, IStorageFile video);
function setAccountPicturesAsync(smallImage, largeImage, video)
Public Shared Function SetAccountPicturesAsync (smallImage As IStorageFile, largeImage As IStorageFile, video As IStorageFile) As IAsyncOperation(Of SetAccountPictureResult)

Parametri

smallImage
IStorageFile

Versione ridotta dell'immagine.

largeImage
IStorageFile

Versione di grandi dimensioni dell'immagine.

video
IStorageFile

Un video.

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