StorageItemContentProperties.GetDocumentPropertiesAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索项 (的文档属性,如文件夹) 的文件。
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 中,使用 then 或 done 指定处理程序函数,这些函数将在返回 documentProperties 对象时捕获和处理该对象。