![]() | InDesign SDK 20.5 |
#include <IComponentVersion.h>

Public Types | |
| enum | { kDefaultIID = IID_ICOMPONENT_VERSION } |
Public Member Functions | |
| virtual PMString | GetComponentNamePMString ()=0 |
| virtual PMString | GetComponentVersionPMString ()=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Abstract interface for components to return their name and version number. This is used to display this info in component information dialog
| pure virtual |
GetComponentNamePMString
| @return | The name of the component as a PMString |