Compartilhar via


StorageItemContentProperties.GetImagePropertiesAsync Método

Definição

Recupera as propriedades de imagem do item (como um arquivo de pasta).

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)

Retornos

Quando esse método for concluído com êxito, ele retornará um objeto ImageProperties .

Atributos

Aplica-se a

Confira também