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 tracking span for this tag.
Namespace: Microsoft.VisualStudio.Text.Tagging
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
'Declaration
Public Property Span As ITrackingSpan
public ITrackingSpan Span { get; private set; }
public:
property ITrackingSpan^ Span {
ITrackingSpan^ get ();
private: void set (ITrackingSpan^ value);
}
member Span : ITrackingSpan with get, private set
function get Span () : ITrackingSpan
private function set Span (value : ITrackingSpan)
Property Value
Type: Microsoft.VisualStudio.Text.ITrackingSpan
The tracking span for this tag.
.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.