Share via


ISignature.ApplicableToSpan Property

Gets the span of text in the buffer to which this signature help is applicable.

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 with get
function get ApplicableToSpan () : ITrackingSpan

Property Value

Type: Microsoft.VisualStudio.Text.ITrackingSpan
The ITrackingSpan.

.NET Framework Security

See Also

Reference

ISignature Interface

Microsoft.VisualStudio.Language.Intellisense Namespace