Class InlayEntry
Denotes an inlay
public class InlayEntry
- Inheritance
-
InlayEntry
- Inherited Members
Properties
IsTrailing
True, if the inlay should be rendered after the rule application, otherwise false
public bool IsTrailing { get; init; }
Property Value
Label
The label of this hint. A human readable string or an array of InlayHintLabelPart label parts.
Note that neither the string nor the label part can be empty.
public string Label { get; init; }
Property Value
Position
Gets the position of this inlay entry
public ParsePosition Position { get; }
Property Value
RuleApplication
The rule application associated with this hint
public RuleApplication RuleApplication { get; }