IPersistentSpan.Span Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the span's ITrackingSpan if the underlying document is open (and null if the document is closed).
public:
property Microsoft::VisualStudio::Text::ITrackingSpan ^ Span { Microsoft::VisualStudio::Text::ITrackingSpan ^ get(); };
public:
property Microsoft::VisualStudio::Text::ITrackingSpan ^ Span { Microsoft::VisualStudio::Text::ITrackingSpan ^ get(); };
public Microsoft.VisualStudio.Text.ITrackingSpan Span { get; }
member this.Span : Microsoft.VisualStudio.Text.ITrackingSpan
Public ReadOnly Property Span As ITrackingSpan
Property Value
The span's ITrackingSpan if the underlying document is open, or null if the document is closed.