StorageItemContentProperties.GetDocumentPropertiesAsync Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.