IPersistentSpan::Span Property

Visual Studio 2015
 

Gets the span's ITrackingSpan if the underlying document is open, or null if the document is closed.

Namespace:   Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

property ITrackingSpan^ Span {
	ITrackingSpan^ get();
}

Property Value

Type: Microsoft.VisualStudio.Text::ITrackingSpan^

The span's ITrackingSpan if the underlying document is open, or null if the document is closed.

Return to top
Show: