IPropertyStore interface (propsys.h)
This interface exposes methods used to enumerate and manipulate property values.
Inheritance
The IPropertyStore interface inherits from the IUnknown interface. IPropertyStore also has these types of members:
Methods
The IPropertyStore interface has these methods.
IPropertyStore::Commit After a change has been made, this method saves the changes. |
IPropertyStore::GetAt Gets a property key from the property array of an item. |
IPropertyStore::GetCount This method returns a count of the number of properties that are attached to the file. |
IPropertyStore::GetValue This method retrieves the data for a specific property. |
IPropertyStore::SetValue This method sets a property value or replaces or removes an existing value. |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | propsys.h |