次の方法で共有


StorageProviderItemProperties.SetAsync メソッド

定義

ストレージ アイテムのカスタム プロパティ値を設定します。

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

IIterable<StorageProviderItemProperty>

IEnumerable<StorageProviderItemProperty>

ストレージ項目の StorageProviderItemProperty 状態の iterable リスト。

戻り値

非同期アクション。 非同期プログラミングを使用する場合、戻り値の型は void です。

属性

適用対象