IPropertyPageImpl::SetDirty

标记属性页的状态为已更改或不会有所不同,具体取决于 bDirty的值。

void SetDirty(
   BOOL bDirty 
);

参数

  • bDirty
    [in] ,如果 TRUE,属性页的状态被标记为已更改。 否则,它被标记为未更改。

备注

如果需要,SetDirty 通知框架属性页已更改。

要求

Header: atlctl.h

请参见

参考

IPropertyPageImpl选件类

IPropertyPageImpl::IsPageDirty

IPropertyPageImpl::SetPageSite

IPropertyPageImpl::m_bDirty