Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
template <class T**, class** PropClass = T**>
class ATL_NO_VTABLE ICommandPropertiesImpl : public ICommandProperties, public CUtlProps<PropClass>**
Parameters
T
Your class, derived from ICommandPropertiesImpl.
PropClass
Your properties class.
Remarks
This is mandatory on commands. ICommandPropertiesImpl provides an implementation of the interface. The implementation is provided by a static function defined by the BEGIN_PROPSET_MAP macro.
#include <atldb.h>
See Also
Using the OLE DB Provider Templates, The OLE DB Provider Architecture