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
- 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.