ICommandPropertiesImpl 类

提供 ICommandProperties 接口的实现。

template <class T, class PropClass = T>
class ATL_NO_VTABLE ICommandPropertiesImpl 
   : public ICommandProperties, public CUtlProps<PropClass>

参数

  • T
    您的类,从派生

  • PropClass
    您的属性类。

成员

h01981d9.collapse_all(zh-cn,VS.110).gif接口方法

GetProperties

在行集合属性组中返回当前请求集合属性的列表。

SetProperties

在行集合属性组中设置属性。

备注

这是必须的在命令。BEGIN_PROPSET_MAP 宏定义的静态函数提供实现。

要求

Header: atldb.h

请参见

概念

OLE DB 提供程序模板 (C++)

OLE DB 提供程序模板体系结构