Table of Contents

Class CodeCompletionList.FilteredItemData.SpanWithHighlight

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v10.dll

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.