| MacroProcessingContext Properties |
The MacroProcessingContext type exposes the following members.
| Name | Description | |
|---|---|---|
| BracketType |
Type of the baracket - used for backward compatibility when macros could be nested '{(0)% %(0)}'
| |
| Expression |
Identified macro expression including all the parameters.
| |
| IsOpenExpression |
Indicates whether the expression is transformed open expression (condition, loop).
| |
| MacroEnd |
End of the macro (position after end bracket).
| |
| MacroStart |
Start position of the macro (position of starting bracket).
| |
| MacroType |
Type of the macro ($, %, #, etc.).
| |
| Replacement |
Replacement string passed to the macro handler.
| |
| SourceText |
Text in which the macro was found.
|