Click or drag to resize

CodeObject Fields

The CodeObject type exposes the following members.

Fields
  NameDescription
Protected field_annotations
Any Annotations (Comments, DocComments, Attributes, or Messages) associated with the CodeObject (null if none).
Protected field_columnNumber
The starting column number associated with the CodeObject if parsed from or written to text form.
Protected field_formatFlags
Formatting flags - for line feeds, braces, etc.
Protected field_lineNumber
The starting line number associated with the CodeObject if parsed from or written to text form.
Protected field_parent
The parent CodeObject.
Public fieldStatic memberAutoDetectTabs
Automatically detect and preserve tabs used for code indentation.
Public fieldStatic memberAutomaticCodeCleanup
Determines whether or not code cleanup is automatically performed during the parsing and/or resolving process.
Public fieldStatic memberAutomaticFormattingCleanup
Determines whether or not formatting cleanup is automatically performed during the parsing process.
Public fieldStatic memberMaximumLineLength
The maximum line length used for automatic formatting, such as code alignment and line wrapping.
Public fieldStatic memberTabSize
The tab size used for indentation of code.
Public fieldStatic memberUseTabs
Use tabs instead of spaces for indentation (ignored if AutoDetectTabs is true).
Top
See Also