IPropertyPage2Impl选件类
此选件类实现 IUnknown 和继承 IPropertyPageImpl的默认实现。
重要
此选件类及其成员不能在 Windows 运行时执行的应用程序。
template< class T>
class IPropertyPage2Impl : public IPropertyPageImpl< T>
参数
- T
您的选件类,从派生 IPropertyPage2Impl。
成员
公共方法
名称 |
说明 |
---|---|
指定哪个属性控件将接收焦点,当激活属性页。 ATL实现返回 E_NOTIMPL。 |
备注
IPropertyPage2 接口通过添加 EditProperty 方法扩展 IPropertyPage。 此方法允许客户端选择在属性页中对象的特定属性。
选件类 IPropertyPage2Impl 返回 IPropertyPage2::EditProperty的 E_NOTIMPL。 但是,它继承 IPropertyPageImpl 的默认实现并将信息发送实现 IUnknown 到转储计算机进行编译。
当您创建属性页时,您的选件类从 IPropertyPageImpl通常派生。 若要提供额外支持 IPropertyPage2,修改您的类定义并重写 EditProperty 方法。
继承层次结构
IPropertyPage
IPropertyPage2Impl
要求
Header: atlctl.h