StorageItemContentProperties.GetImagePropertiesAsync Método

Definición

Recupera las propiedades de imagen del elemento (como un archivo de carpeta).

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)

Devoluciones

Cuando este método se completa correctamente, devuelve un objeto ImageProperties .

Atributos

Se aplica a

Consulte también