SyntaxTreeNodeData Properties

The SyntaxTreeNodeData type exposes the following members.

Properties
  NameDescription
Public propertyChildren
Gets the children.
Public propertyEndColumnNumber
Gets the ending column number.
Public propertyEndLineNumber
Gets the ending line number.
Public propertyStartColumnNumber
Gets the starting column number.
Public propertyStartLineNumber
Gets the starting line number.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Top
See Also