CMFCPropertyPage::CMFCPropertyPage

构造 CMFCPropertyPage 对象。

CMFCPropertyPage(
   UINT nIDTemplate,
   UINT nIDCaption=0 
);
CMFCPropertyPage(
   LPCTSTR lpszTemplateName,
   UINT nIDCaption=0 
);

参数

  • nIDTemplate
    模板的资源ID的以下页面中。

  • nIDCaption
    将标签的资源ID此页上的选项。 如果为 0,则名称在此页中的对话框模板获取。 默认值为 0。

  • lpszTemplateName
    指向模板的名称的以下页面中。 不能为 NULL。

备注

有关函数参数的更多信息,请参见 CPropertyPage::CPropertyPage

要求

标头: afxpropertypage.h

请参见

参考

CMFCPropertyPage选件类

层次结构图

CPropertyPage::CPropertyPage