Freigeben über


StorageProviderItemProperties.SetAsync Methode

Definition

Legt benutzerdefinierte Eigenschaftswerte eines Speicherelements fest.

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

Parameter

item
IStorageItem

Das Speicherelement.

itemProperties

IIterable<StorageProviderItemProperty>

IEnumerable<StorageProviderItemProperty>

Eine iterierbare Liste der StorageProviderItemProperty-Zustände für das Speicherelement.

Gibt zurück

Eine asynchrone Aktion. Wenn Sie die asynchrone Programmierung verwenden, ist der Rückgabetyp void.

Attribute

Gilt für: