ConditionalExpressionDirective Properties |
The ConditionalExpressionDirective type exposes the following members.
Name | Description | |
---|---|---|
_AsString |
This property is just to make debugging easier.
(Inherited from CodeObject.) | |
AnnotationFlags |
Annotation formatting flags.
(Inherited from Annotation.) | |
Annotations |
Annotations (comments, attributes, directives, messages) associated with the current code object.
(Inherited from CodeObject.) | |
ColumnNumber |
The column number associated with the CodeObject (if any, 0 if none).
(Inherited from CodeObject.) | |
Comment |
The comment for the code object (if any).
(Inherited from CodeObject.) | |
DirectiveKeyword |
The keyword associated with the compiler directive (if any).
(Inherited from CompilerDirective.) | |
DocComment |
The documentation comment for the code object (if any).
(Inherited from CodeObject.) | |
EOLComment |
The End-Of-Line comment for the code object (if any).
(Inherited from CodeObject.) | |
Expression |
The conditional Expression of the directive.
| |
HasAnnotations |
True if the code object has any annotations.
(Inherited from CodeObject.) | |
HasArgument |
True if the compiler directive has an argument.
(Inherited from CompilerDirective.) | |
HasAttributes |
True if the code object has any attributes.
(Inherited from CodeObject.) | |
HasComments |
True if the code object has any comments of any kind.
(Inherited from CodeObject.) | |
HasCompilerDirectives |
True if the code object has any compiler directive annotations.
(Inherited from CodeObject.) | |
HasDocComments |
True if the code object has any documentation comments.
(Inherited from CodeObject.) | |
HasEOLComments |
True if the code object has any EOL comments.
(Inherited from CodeObject.) | |
HasEOLOrPostAnnotations |
True if the code object has any EOL or Postfix annotations.
(Inherited from CodeObject.) | |
HasErrors |
True if the code object has any error messages.
(Inherited from CodeObject.) | |
HasFirstOnLineAnnotations |
True if the code object has any annotations on separate lines.
(Inherited from CodeObject.) | |
HasInfixComments |
True if the code object has any Infix comments.
(Inherited from CodeObject.) | |
HasMessages |
True if the code object has any generated messages.
(Inherited from CodeObject.) | |
HasNoIndentation |
Determines if the code object has no indentation.
(Inherited from CodeObject.) | |
HasNoIndentationDefault |
Determines if the compiler directive should be indented.
(Inherited from CompilerDirective.) | |
HasNonEOLComments |
True if the code object has any regular (non-doc) preceding (non-EOL, non-Infix, non-Postfix) comments.
(Inherited from CodeObject.) | |
HasPostAnnotations |
True if the code object has any postfix annotations.
(Inherited from CodeObject.) | |
HasTerminator |
Determines if the code object has a terminator character.
(Inherited from CodeObject.) | |
HiddenRef |
Any hidden reference to another CodeObject.
(Inherited from CodeObject.) | |
InfixComment |
The infix comment for the code object (if any).
(Inherited from CodeObject.) | |
IsActive |
True if this part of a chain of conditional directives is the active one.
(Inherited from ConditionalDirective.) | |
IsEOL |
True if the annotation appears at the end-of-line (should only be true for EOL comments).
(Inherited from Annotation.) | |
IsFirstOnLine |
Determines if the code object appears as the first item on a line.
(Inherited from CodeObject.) | |
IsFirstOnLineDefault |
True if the code object defaults to starting on a new line.
(Inherited from CodeObject.) | |
IsGenerated |
Determines if the code object is generated.
(Inherited from CodeObject.) | |
IsGroupingSet |
Determines if the 'grouping' (has parens or braces) status has been set.
(Inherited from CodeObject.) | |
IsInfix |
True if this annotation is marked as any type of Infix location.
(Inherited from Annotation.) | |
IsInfixLocation1 |
True if this annotation is marked as Infix location #1.
(Inherited from Annotation.) | |
IsInfixLocation2 |
True if this annotation is marked as Infix location #1.
(Inherited from Annotation.) | |
IsInfixLocation3 |
True if this annotation is marked as Infix location #1.
(Inherited from Annotation.) | |
IsListed |
True if the annotation should be listed at the CodeUnit and Solution levels (for display in an output window).
(Inherited from Annotation.) | |
IsNewLinesSet |
Determines if the newline count has been set on the code object.
(Inherited from CodeObject.) | |
IsPostfix |
True if this annotation appears after the object it's attached to as opposed to before it.
(Inherited from Annotation.) | |
IsRenderable |
True if the CodeObject is renderable.
(Inherited from CodeObject.) | |
IsSingleLine |
Determines if the code object only requires a single line for display.
(Inherited from CompilerDirective.) | |
IsSingleLineDefault |
True if the code object only requires a single line for display by default.
(Inherited from CodeObject.) | |
LineNumber |
The line number associated with the CodeObject (if any, 0 if none).
(Inherited from CodeObject.) | |
NewLines |
The number of newlines preceding the object (0 to N).
(Inherited from CodeObject.) | |
NextPart |
The next associated ConditionalDirectiveBase part (ElIfDirective, ElseDirective, or EndIfDirective).
This is just a reference, not a child object.
(Inherited from ConditionalDirective.) | |
Parent |
The parent CodeObject.
(Inherited from CodeObject.) | |
PostfixComment |
The postfix comment for the code object (if any).
(Inherited from CodeObject.) | |
SkippedText |
The skipped text section if the ConditionalDirective expression evaluates to false.
(Inherited from ConditionalDirective.) | |
Text |
Get the annotation in text format.
(Inherited from Annotation.) |