IProjectionSnapshot::SpanCount Property

 

Gets the number of source spans in the projection snapshot.

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

property int SpanCount {
	int get();
}

Property Value

Type: System::Int32

The number of source spans in the projection snapshot.

Return to top
Show: