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

Public Types | |
| enum | { kDefaultIID = IID_ITREENODEIDDATA } |
Public Member Functions | |
| virtual void | Set (const NodeID &dataHolder)=0 |
| virtual const NodeID & | Get () const =0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Interface for storing NodeIDs. This interface is found on TreeNode widgets that are used inside the TreeView widget. Each TreeNode widget has an ITreeNodeIDData interface which stores the NodeID that the widget represents
| pure virtual |