IProjectionSnapshot::SourceSnapshots Property

 

Gets the set of one or more text snapshots that contribute source spans to this projection snapshot.

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

property ReadOnlyCollection<ITextSnapshot^>^ SourceSnapshots {
	ReadOnlyCollection<ITextSnapshot^>^ get();
}

Property Value

Type: System.Collections.ObjectModel::ReadOnlyCollection<ITextSnapshot^>^

The set of one or more text snapshots that contribute source spans to this projection snapshot.

The ordering of the list is arbitrary. It does not contain duplicates.

Return to top
Show: