ITextView::ProvisionalTextHighlight Property

 

Gets the span of text covered by the provisional text highlight.

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

property ITrackingSpan^ ProvisionalTextHighlight {
	ITrackingSpan^ get();
	void set(ITrackingSpan^ value);
}

Property Value

Type: Microsoft.VisualStudio.Text::ITrackingSpan^

The highlighted text span.

If there is no provisional text, this method returns null.

Return to top
Show: