Condividi tramite


StorageItemContentProperties.GetDocumentPropertiesAsync Metodo

Definizione

Recupera le proprietà del documento dell'elemento , ad esempio un file di cartella.

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

Restituisce

Al termine di questo metodo, restituisce un oggetto DocumentProperties .

Attributi

Commenti

In JavaScript usare quindi o fatto per specificare le funzioni del gestore che acquisiscono ed elaborano l'oggetto documentProperties quando viene restituito.

Si applica a

Vedi anche