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 では、 then または done を使用して、 documentProperties オブジェクトが返されたときにキャプチャおよび処理するハンドラー関数を指定します。

適用対象

こちらもご覧ください