IStorageItemExtraProperties Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Saves and retrieves the properties of a storage item.
public interface class IStorageItemExtraProperties
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3309527474, 21709, 17195, 189, 188, 75, 25, 196, 180, 112, 215)]
struct IStorageItemExtraProperties
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(3309527474, 21709, 17195, 189, 188, 75, 25, 196, 180, 112, 215)]
public interface IStorageItemExtraProperties
Public Interface IStorageItemExtraProperties
- Derived
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Methods
RetrievePropertiesAsync(IIterable<String>) |
Retrieves the specified properties associated with the item. |
SavePropertiesAsync() |
Saves all properties associated with the item. |
SavePropertiesAsync(IIterable<KeyValuePair<String,Object>>) |
Saves the specified properties and values associated with the item. |