StorageItemContentProperties.GetDocumentPropertiesAsync 方法

定义

检索项 (的文档属性,如文件夹) 的文件。

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)

返回

此方法成功完成后,将返回 DocumentProperties 对象。

属性

注解

在 JavaScript 中,使用 thendone 指定处理程序函数,这些函数将在返回 documentProperties 对象时捕获和处理该对象。

适用于

另请参阅