StorageProviderItemPropertyDefinition
StorageProviderItemPropertyDefinition
StorageProviderItemPropertyDefinition
StorageProviderItemPropertyDefinition
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 the properties of an item from a Cloud Storage Provider.
public : sealed class StorageProviderItemPropertyDefinition : IStorageProviderItemPropertyDefinitionpublic sealed class StorageProviderItemPropertyDefinition : IStorageProviderItemPropertyDefinitionPublic NotInheritable Class StorageProviderItemPropertyDefinition Implements IStorageProviderItemPropertyDefinition// 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
StorageProviderItemPropertyDefinition() StorageProviderItemPropertyDefinition() StorageProviderItemPropertyDefinition() StorageProviderItemPropertyDefinition()
Prerelease. A StorageProviderItemPropertyDefinition default constructor.
public : StorageProviderItemPropertyDefinition()public StorageProviderItemPropertyDefinition()Public Sub New()// You can use this method in JavaScript.
Properties
DisplayNameResource DisplayNameResource DisplayNameResource DisplayNameResource
Prerelease. Gets or sets the display name of a Cloud Storage Provider state.
public : PlatForm::String DisplayNameResource { get; set; }public string DisplayNameResource { get; set; }Public ReadWrite Property DisplayNameResource As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
A string value for the state display name.
Id Id Id Id
Prerelease. An Id for a storage item provided by the Cloud Storage Provider when the sync root is registered.
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 number for the storage item.