IStorageItemPropertiesWithProvider
IStorageItemPropertiesWithProvider
IStorageItemPropertiesWithProvider
IStorageItemPropertiesWithProvider
Interface
Definition
Provides access to common and content properties on storage items from a particular provider.
public : interface IStorageItemPropertiesWithProviderpublic interface IStorageItemPropertiesWithProviderPublic Interface IStorageItemPropertiesWithProvider// You can use this interface in JavaScript.
- Inheritance
-
IStorageItemPropertiesWithProviderIStorageItemPropertiesWithProviderIStorageItemPropertiesWithProviderIStorageItemPropertiesWithProvider
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Inherited Members
Inherited properties
Inherited methods
GetThumbnailAsync(ThumbnailMode)GetThumbnailAsync(ThumbnailMode)GetThumbnailAsync(ThumbnailMode)GetThumbnailAsync(ThumbnailMode)
Properties
Provider Provider Provider Provider
Gets the StorageProvider object that contains info about the service that stores the current storage item.
public : StorageProvider Provider { get; }public StorageProvider Provider { get; }Public ReadOnly Property Provider As StorageProvider// You can use this property in JavaScript.
The StorageProvider object that contains info about the service that stores the current storage item. The item may be stored by the local file system or by a remote service like Microsoft OneDrive.