StorageProviderItemProperties StorageProviderItemProperties StorageProviderItemProperties StorageProviderItemProperties Class

Definition

Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Prerelease APIs are identified by a Prerelease label.

[Contains prerelease APIs.]
Provides access to the properties of a Cloud Storage Provider storage item (like a file or folder).

public : static class StorageProviderItemPropertiespublic static class StorageProviderItemPropertiesPublic Static Class StorageProviderItemProperties// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows Desktop Extension SDK (introduced v10.0.16257.0)
API contract
Windows.Storage.Provider.CloudFilesContract (introduced v1)

Methods

SetAsync(IStorageItem, IIterable) SetAsync(IStorageItem, IIterable) SetAsync(IStorageItem, IIterable) SetAsync(IStorageItem, IIterable)

Prerelease. Sets custom property values of a storage item.

public : static IAsyncAction SetAsync(IStorageItem item, IIterable<StorageProviderItemProperty> itemProperties)public static IAsyncAction SetAsync(IStorageItem item, IEnumerable<StorageProviderItemProperty> itemProperties)Public Static Function SetAsync(item As IStorageItem, itemProperties As IEnumerable<StorageProviderItemProperty>) As IAsyncAction// You can use this method in JavaScript.
Parameters
itemProperties
IIterable<StorageProviderItemProperty> IEnumerable<StorageProviderItemProperty> IEnumerable<StorageProviderItemProperty> IEnumerable<StorageProviderItemProperty>

An iterable list of the StorageProviderItemProperty states for the storage item.

Returns

An asynchronous action. If you use Asynchronous programming, the return type is void.