Click or drag to resize
MacroExpression Properties

The MacroExpression type exposes the following members.

Properties
  NameDescription
Protected propertyEndIndex
Ending index of the expression in the source.
Public propertyChildren
Child expressions of the expression.
Public propertyName
Name of the data member or method call.
Protected propertyNext
Next expression to evaluate.
Public propertyParameters
Parameters for the given expression; i.e. |(paramname)value expressions.
Public propertyParent
Parent expression.
Protected propertyPrevious
Previous expression (the expression from which this expression is the next).
Protected propertyPriority
Gets the element priority.
Protected propertySourceElements
Elements from the source expression.
Protected propertyStartIndex
Starting index of the expression in the source.
Public propertyType
Returns the expression type.
Public propertyValue
Value of the value expression (is null for expression types like method, property, etc.).
Top
See Also