StorageItemContentProperties.GetImagePropertiesAsync Methode

Definition

Ruft die Bildeigenschaften des Elements ab (z. B. eine Datei des Ordners).

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)

Gibt zurück

Wenn diese Methode erfolgreich abgeschlossen wurde, wird ein ImageProperties-Objekt zurückgegeben.

Attribute

Gilt für:

Weitere Informationen