IStorageProviderItemPropertySource
IStorageProviderItemPropertySource
IStorageProviderItemPropertySource
IStorageProviderItemPropertySource
Interface
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 storage provider item propeties from the sync root.
public : interface IStorageProviderItemPropertySourcepublic interface IStorageProviderItemPropertySourcePublic Interface IStorageProviderItemPropertySource// You can use this interface 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
GetItemProperties(String) GetItemProperties(String) GetItemProperties(String) GetItemProperties(String)
Prerelease. Gets a list of item properties for a storage provider.
public : IIterable<StorageProviderItemProperty> GetItemProperties(PlatForm::String itemPath)public IEnumerable<StorageProviderItemProperty> GetItemProperties(String itemPath)Public Function GetItemProperties(itemPath As String) As IEnumerable( Of StorageProviderItemProperty )// You can use this method in JavaScript.
Parameters
- itemPath
- PlatForm::String String String String
A path to the storage item.
Returns
IIterable<StorageProviderItemProperty>
IEnumerable<StorageProviderItemProperty>
IEnumerable<StorageProviderItemProperty>
IEnumerable<StorageProviderItemProperty>
A list of item properties from the storage provider.