Gets or sets the span to which this session is applicable in the text buffer. This is used to position any popups that are rendered by smart tag presenters.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
声明
Property ApplicableToSpan As ITrackingSpan
Get
Set
ITrackingSpan ApplicableToSpan { get; set; }
property ITrackingSpan^ ApplicableToSpan {
ITrackingSpan^ get ();
void set (ITrackingSpan^ value);
}
abstract ApplicableToSpan : ITrackingSpan with get, set
function get ApplicableToSpan () : ITrackingSpan
function set ApplicableToSpan (value : 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.