InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
IComponentVersion Class Referenceabstract

#include <IComponentVersion.h>

Inheritance diagram for IComponentVersion:
IPMUnknown

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 IPMUnknownQueryInterface (PMIID interfaceID) const =0
 
virtual void AddRef () const =0
 
virtual void Release () const =0
 

Detailed Description

Abstract interface for components to return their name and version number. This is used to display this info in component information dialog

Member Function Documentation

virtual PMString IComponentVersion::GetComponentNamePMString ()
pure virtual

GetComponentNamePMString

Parameters
@returnThe name of the component as a PMString
virtual PMString IComponentVersion::GetComponentVersionPMString ()
pure virtual

GetComponentVersionPMString

Parameters
@returnThe version of the component as a PMString