StorageProviderItemProperties.SetAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ストレージ アイテムのカスタム プロパティ値を設定します。
public:
static IAsyncAction ^ SetAsync(IStorageItem ^ item, IIterable<StorageProviderItemProperty ^> ^ itemProperties);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncAction SetAsync(IStorageItem const& item, IIterable<StorageProviderItemProperty> const& itemProperties);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction SetAsync(IStorageItem item, IEnumerable<StorageProviderItemProperty> itemProperties);
function setAsync(item, itemProperties)
Public Shared Function SetAsync (item As IStorageItem, itemProperties As IEnumerable(Of StorageProviderItemProperty)) As IAsyncAction
パラメーター
- item
- IStorageItem
ストレージ項目。
- itemProperties
ストレージ項目の StorageProviderItemProperty 状態の iterable リスト。
戻り値
非同期アクション。 非同期プログラミングを使用する場合、戻り値の型は void です。
- 属性