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