Class Hierarchy
IFilterableProperty
C++
class IFilterableProperty : public IUnknown;
File
dynprops.h
Description
This interface can be used to specify whether a particular property should be visible for a property filter customization. This interface's methods are not instance dependent, but rather work at the type level.
This interface should be implemented when an entity type dictates a property's availability in the property filter customization user interface.
For static properties, this interface should be implemented on the entity's COM wrapper. For dynamic properties, this interface should be implemented on on the implementer of the IDynamicProperty interface.