ParseResultData Properties

The ParseResultData type exposes the following members.

Properties
  NameDescription
Public propertyCaptions
Gets the placeholder candidates.
Public propertyContainsReturn
Gets a value indicating whether or not the script contains a return statement.
Public propertyScriptErrors
Gets the script parsing errors.
Public propertyScriptTree
Gets the script tree.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Top
See Also