Share

IFilterableMultiplePropertySource Class

Class Hierarchy

IFilterableMultiplePropertySource

C++

class IFilterableMultiplePropertySource : public IUnknown;

File

dynprops.h

Description

This interface can be used to inform the property filter customization framework about dynamic properties that may be multiple in number, but should be handled as a single customizable element in the customization framework.

The "Attributes" property of the "Block Reference" entity is an example of a property like this. A particular block reference may have no attributes, one attribute, or many attributes; multiple attributes have varying property names that are not defined by the "Block Reference" entity type, but any "attribute" dynamic properties are all identified by the same GUID, and are represented in the property filter customization user interface by a single, generic item.

This interface should be implemented on the implementer of the IPropertySource interface that serves up the "multiple" properties.

Links

Methods

Was this information helpful?