StorageProviderItemProperty StorageProviderItemProperty StorageProviderItemProperty StorageProviderItemProperty 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.]
Defines a Cloud Storage Provider property for a storage item (like a file or folder).

public : sealed class StorageProviderItemProperty : IStorageProviderItemPropertypublic sealed class StorageProviderItemProperty : IStorageProviderItemPropertyPublic NotInheritable Class StorageProviderItemProperty Implements IStorageProviderItemProperty// 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)

Constructors

StorageProviderItemProperty() StorageProviderItemProperty() StorageProviderItemProperty() StorageProviderItemProperty()

Prerelease. A StorageProviderItemProperty default constructor.

public : StorageProviderItemProperty()public StorageProviderItemProperty()Public Sub New()// You can use this method in JavaScript.

Properties

IconResource IconResource IconResource IconResource

Prerelease. A reference to an icon resource for a Cloud Storage provider property.

public : PlatForm::String IconResource { get; set; }public string IconResource { get; set; }Public ReadWrite Property IconResource As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

A string value of a reference to an icon resouce. E.g., "SyncProviderResources.dll, -1234"

Id Id Id Id

Prerelease. The Id for a storage item provided by the Cloud Storage Provider.

public : int Id { get; set; }public int Id { get; set; }Public ReadWrite Property Id As int// You can use this property in JavaScript.
Value
int int int int

The Id for the storage item.

Remarks

This Id value must match the value provided for StorageProviderItemPropertyDefinition.Id.

Value Value Value Value

Prerelease. Descriptive text for the state of a storage provider storage item.

public : PlatForm::String Value { get; set; }public string Value { get; set; }Public ReadWrite Property Value As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The string value of the text.

Remarks

Values are intended to be used to describe the state of a storage item. For example, in addition to an icon, you might also want to create a string, such as "Large size alert" or "Shared with Bob"