Click or drag to resize
MacroProcessingContext Properties

The MacroProcessingContext type exposes the following members.

Properties
  NameDescription
Public propertyBracketType
Type of the baracket - used for backward compatibility when macros could be nested '{(0)% %(0)}'
Public propertyExpression
Identified macro expression including all the parameters.
Public propertyIsOpenExpression
Indicates whether the expression is transformed open expression (condition, loop).
Public propertyMacroEnd
End of the macro (position after end bracket).
Public propertyMacroStart
Start position of the macro (position of starting bracket).
Public propertyMacroType
Type of the macro ($, %, #, etc.).
Public propertyParameter
Custom object parameter passed to the processing handler.
Public propertyReplacement
Replacement string passed to the macro handler.
Public propertySourceText
Text in which the macro was found.
Top
See Also