Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
This class implements IUnknown and provides a default implementation of the ISpecifyPropertyPages interface.
template<
class T
>
class ATL_NO_VTABLE ISpecifyPropertyPagesImpl :
public ISpecifyPropertyPages
Parameters
- T
Your class, derived from ISpecifyPropertyPagesImpl.
Remarks
The ISpecifyPropertyPages interface allows a client to obtain a list of CLSIDs for the property pages supported by an object. Class ISpecifyPropertyPagesImpl provides a default implementation of this interface and implements IUnknown by sending information to the dump device in debug builds.
Hinweis
Do not expose the ISpecifyPropertyPages interface if your object does not support property pages.
Related Articles ATL Tutorial, Creating an ATL Project
Requirements
Header: atlcom.h
See Also
Concepts
ISpecifyPropertyPagesImpl Members