次の方法で共有


IBitmapPropertiesView.GetPropertiesAsync(IIterable<String>) メソッド

定義

1 つ以上のビットマップ プロパティを非同期的に取得します。

public:
 IAsyncOperation<BitmapPropertySet ^> ^ GetPropertiesAsync(IIterable<Platform::String ^> ^ propertiesToRetrieve);
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<BitmapPropertySet> GetPropertiesAsync(IIterable<winrt::hstring> const& propertiesToRetrieve);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<BitmapPropertySet> GetPropertiesAsync(IEnumerable<string> propertiesToRetrieve);
function getPropertiesAsync(propertiesToRetrieve)
Public Function GetPropertiesAsync (propertiesToRetrieve As IEnumerable(Of String)) As IAsyncOperation(Of BitmapPropertySet)

パラメーター

propertiesToRetrieve

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

指定したプロパティ キーを含む文字列のコレクション。

戻り値

ビットマップ プロパティの非同期取得を管理する オブジェクト。

属性

適用対象

こちらもご覧ください