IMacroObject Methods |
The IMacroObject type exposes the following members.
Name | Description | |
---|---|---|
MacroRepresentation |
Returns the object which represents current object in the macro engine.
Whenever the object implementing IMacroObject interface is used within macro engine this method is called its result is used instead.
| |
ToMacroString |
Returns the default text representation in the macros (this is called when the expression is resolved to its final value and should be converted to string).
|