Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.