Condividi tramite


StorageFolder.GetBasicPropertiesAsync Metodo

Definizione

Ottiene le proprietà di base della cartella o del file group corrente.

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)

Restituisce

Al termine di questo metodo, restituisce le proprietà di base della cartella o del file group corrente come oggetto BasicProperties .

Implementazioni

Attributi

Si applica a