IPropertyPageImpl Class
This class implements IUnknown and provides a default implementation of the IPropertyPage interface.
template< class T >
class IPropertyPageImpl
Параметры
- T
Your class, derived from IPropertyPageImpl.
Заметки
The IPropertyPage interface allows an object to manage a particular property page within a property sheet. Class IPropertyPageImpl provides a default implementation of this interface and implements IUnknown by sending information to the dump device in debug builds.
Related Articles ATL Tutorial, Creating an ATL Project
Требования
Header: atlctl.h
См. также
Основные понятия
IPerPropertyBrowsingImpl Class