IStorageItemExtraProperties interface
Saves and retrieves the properties of a storage item.
Syntax
Attributes
- GuidAttribute("c54361b2-54cd-432b-bdbc-4b19c4b470d7")
- VersionAttribute(NTDDI_WIN8)
Members
The IStorageItemExtraProperties interface has these types of members:
Methods
The IStorageItemExtraProperties interface has these methods. It also inherits methods from the Object class.
| Method | Description |
|---|---|
| RetrievePropertiesAsync | Retrieves the specified properties associated with the item. |
| SavePropertiesAsync() | Saves all properties associated with the item. |
| SavePropertiesAsync(IIterable(IKeyValuePair)) | Saves the specified properties and values associated with the item. |
Remarks
Windows Phone 8
This API is not implemented and will throw an exception if called.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Minimum supported phone | Windows Phone 8 |
|
Namespace |
|
|
Metadata |
|
See also
- Descendants
- BasicProperties class
- DocumentProperties class
- ImageProperties class
- MusicProperties class
- StorageItemContentProperties class
- VideoProperties class
Build date: 2/25/2013
