共用方式為


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 中,使用完成指定處理常式函式,以在傳回documentProperties物件時擷取及處理它。

適用於

另請參閱