IProjectionSnapshot::GetSourceSpans Method ()
Visual Studio 2015
Gets all the source spans for the projection snapshot.
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Return Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<SnapshotSpan>^A read-only collection of source spans of the projection snapshot, listed in the order they have in the projection snapshot.
The collection may be empty.
Show: