共用方式為


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

儲存體專案。

傳回

非同步動作。 如果您使用 非同步程式設計,則傳回類型為 void。

屬性

適用於