CodeObject Fields |
The CodeObject type exposes the following members.
Name | Description | |
---|---|---|
![]() | _annotations |
Any Annotations (Comments, DocComments, Attributes,
or Messages) associated with the CodeObject (null if none).
|
![]() | _columnNumber |
The starting column number associated with the CodeObject if parsed from or written to text form.
|
![]() | _formatFlags |
Formatting flags - for line feeds, braces, etc.
|
![]() | _lineNumber |
The starting line number associated with the CodeObject if parsed from or written to text form.
|
![]() | _parent |
The parent CodeObject.
|
![]() ![]() | AutoDetectTabs |
Automatically detect and preserve tabs used for code indentation.
|
![]() ![]() | AutomaticCodeCleanup |
Determines whether or not code cleanup is automatically performed during the parsing and/or resolving process.
|
![]() ![]() | AutomaticFormattingCleanup |
Determines whether or not formatting cleanup is automatically performed during the parsing process.
|
![]() ![]() | MaximumLineLength |
The maximum line length used for automatic formatting, such as code alignment and line wrapping.
|
![]() ![]() | TabSize |
The tab size used for indentation of code.
|
![]() ![]() | UseTabs |
Use tabs instead of spaces for indentation (ignored if AutoDetectTabs is true).
|