IStorageItem.GetBasicPropertiesAsync Metodo

Definizione

Ottiene le proprietà di base dell'elemento corrente, ad esempio un file o una cartella.

public:
 IAsyncOperation<BasicProperties ^> ^ 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 dell'elemento corrente come oggetto BasicProperties .

Attributi

Si applica a