Condividi tramite


StorageItemContentProperties.GetImagePropertiesAsync Metodo

Definizione

Recupera le proprietà dell'immagine dell'elemento , ad esempio un file di cartella.

public:
 virtual IAsyncOperation<ImageProperties ^> ^ GetImagePropertiesAsync() = GetImagePropertiesAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<ImageProperties> GetImagePropertiesAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<ImageProperties> GetImagePropertiesAsync();
function getImagePropertiesAsync()
Public Function GetImagePropertiesAsync () As IAsyncOperation(Of ImageProperties)

Restituisce

Al termine di questo metodo, restituisce un oggetto ImageProperties .

Attributi

Si applica a

Vedi anche