FileInformation.GetBasicPropertiesAsync Método

Definición

Recupera las propiedades básicas de StorageFile.

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)

Devoluciones

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

Implementaciones

Atributos

Se aplica a

Consulte también