IUISimplePropertySet interface (uiribbon.h)

IUISimplePropertySet is a read-only interface that defines a method for retrieving the value identified by a property key. This interface is implemented by the Windows Ribbon framework and is also implemented by the host application for each item in the IUICollection object of an item gallery.

When implemented by the host application, the method defined by this interface is used to retrieve a property key value for the selected item in the IUICollection.

Inheritance

The IUISimplePropertySet interface inherits from the IUnknown interface. IUISimplePropertySet also has these types of members:

Methods

The IUISimplePropertySet interface has these methods.

 
IUISimplePropertySet::GetValue

Retrieves the value identified by a property key.

Requirements

Requirement Value
Minimum supported client Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps only]
Target Platform Windows
Header uiribbon.h

See also

Property Keys

Windows Ribbon Framework Samples

Working with Galleries