Share via


FileInformation.GetBasicPropertiesAsync Methode

Definition

Ruft die grundlegenden Eigenschaften von StorageFile ab.

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

Gibt zurück

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

Implementiert

Attribute

Gilt für:

Weitere Informationen