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