ICommandPropertiesImpl Class
Provides an implementation of the ICommandProperties interface.
template <class T, class PropClass = T>
class ATL_NO_VTABLE ICommandPropertiesImpl
: public ICommandProperties, public CUtlProps<PropClass>
Параметры
T
Your class, derived fromPropClass
Your properties class.
Заметки
This is mandatory on commands. The implementation is provided by a static function defined by the BEGIN_PROPSET_MAP macro.
Требования
Header: atldb.h
См. также
Основные понятия
ICommandPropertiesImpl Members