Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
This class implements IUnknown and provides a default implementation of the IPropertyPage interface.
template< class T >
class IPropertyPageImpl
Parameters
- T
Your class, derived from IPropertyPageImpl.
Remarks
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
Requirements
Header: atlctl.h
See Also
Concepts
IPerPropertyBrowsingImpl Class