Compartilhar via


CompletionItemWithHighlight.HighlightedSpans Property

Definition

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

Applies to