IQuickInfoSession.ApplicableToSpan 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 applicability span for this session.
public:
property Microsoft::VisualStudio::Text::ITrackingSpan ^ ApplicableToSpan { Microsoft::VisualStudio::Text::ITrackingSpan ^ get(); };
public:
property Microsoft::VisualStudio::Text::ITrackingSpan ^ ApplicableToSpan { Microsoft::VisualStudio::Text::ITrackingSpan ^ get(); };
public Microsoft.VisualStudio.Text.ITrackingSpan ApplicableToSpan { get; }
member this.ApplicableToSpan : Microsoft.VisualStudio.Text.ITrackingSpan
Public ReadOnly Property ApplicableToSpan As ITrackingSpan
Property Value
The ITrackingSpan.
Remarks
The applicability span is the span of text in the ITextBuffer to which this session pertains. The default Quick Info presenter renders a popup near this location. If this session tracks the mouse, the session will be dismissed when the mouse leaves this ITrackingSpan.