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.
The span over which the tag should be rendered
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Declaration
Property TagSpan As ITrackingSpan
ITrackingSpan TagSpan { get; set; }
property ITrackingSpan^ TagSpan {
ITrackingSpan^ get ();
void set (ITrackingSpan^ value);
}
abstract TagSpan : ITrackingSpan with get, set
function get TagSpan () : ITrackingSpan
function set TagSpan (value : ITrackingSpan)
Property Value
Type: Microsoft.VisualStudio.Text.ITrackingSpan
The span.
.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.