ITextView.ProvisionalTextHighlight 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.
Gets the span of text covered by the provisional text highlight.
public:
property Microsoft::VisualStudio::Text::ITrackingSpan ^ ProvisionalTextHighlight { Microsoft::VisualStudio::Text::ITrackingSpan ^ get(); void set(Microsoft::VisualStudio::Text::ITrackingSpan ^ value); };
public:
property Microsoft::VisualStudio::Text::ITrackingSpan ^ ProvisionalTextHighlight { Microsoft::VisualStudio::Text::ITrackingSpan ^ get(); void set(Microsoft::VisualStudio::Text::ITrackingSpan ^ value); };
public Microsoft.VisualStudio.Text.ITrackingSpan ProvisionalTextHighlight { get; set; }
member this.ProvisionalTextHighlight : Microsoft.VisualStudio.Text.ITrackingSpan with get, set
Public Property ProvisionalTextHighlight As ITrackingSpan
Property Value
The highlighted text span.
Remarks
If there is no provisional text, this method returns null.