StorageItemContentProperties.GetDocumentPropertiesAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the document properties of the item (like a file of folder).
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)
Returns
When this method completes successfully, it returns a DocumentProperties object.
- Attributes
Remarks
In JavaScript, use then or done to specify handler functions that will capture and process the documentProperties object when it is returned.