CompletionItemWithHighlight.HighlightedSpans Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Which parts of DisplayText to highlight
public:
property System::Collections::Immutable::ImmutableArray<Microsoft::VisualStudio::Text::Span> HighlightedSpans { System::Collections::Immutable::ImmutableArray<Microsoft::VisualStudio::Text::Span> get(); };
public System.Collections.Immutable.ImmutableArray<Microsoft.VisualStudio.Text.Span> HighlightedSpans { get; }
public System.Collections.Immutable.ImmutableArray<Microsoft.VisualStudio.Text.Span> HighlightedSpans { [System.Runtime.CompilerServices.IsReadOnly] get; }
member this.HighlightedSpans : System.Collections.Immutable.ImmutableArray<Microsoft.VisualStudio.Text.Span>
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.HighlightedSpans : System.Collections.Immutable.ImmutableArray<Microsoft.VisualStudio.Text.Span>
Public ReadOnly Property HighlightedSpans As ImmutableArray(Of Span)
Property Value
- Attributes