StorageItemContentProperties.GetDocumentPropertiesAsync Method

Definition

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.

Applies to

See also