IQuickInfoSession.ApplicableToSpan Property

Gets the applicability span for this session.

Namespace:  Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

Syntax

'Declaration
ReadOnly Property ApplicableToSpan As ITrackingSpan
ITrackingSpan ApplicableToSpan { get; }
property ITrackingSpan^ ApplicableToSpan {
    ITrackingSpan^ get ();
}
abstract ApplicableToSpan : ITrackingSpan
function get ApplicableToSpan () : ITrackingSpan

Property Value

Type: Microsoft.VisualStudio.Text.ITrackingSpan
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 is dismissed when the mouse leaves this ITrackingSpan.

.NET Framework Security

See Also

Reference

IQuickInfoSession Interface

Microsoft.VisualStudio.Language.Intellisense Namespace