Class CodeCompletionList.FilteredItemData.SpanWithHighlight
Represents a highlighted span of the text.
public class CodeCompletionList.FilteredItemData.SpanWithHighlight
- Inheritance
-
CodeCompletionList.FilteredItemData.SpanWithHighlight
Constructors
- SpanWithHighlight(TextSpan, bool)
Initializes a new instance of the
SpanWithHighlight
class with specified parameters.
Properties
- Highlighted
Gets a highlighted state of the span.
- Span
Gets a span of the text.