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