IProjectionSnapshot::SourceSnapshots Property
Visual Studio 2015
Gets the set of one or more text snapshots that contribute source spans to this projection snapshot.
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.
Show: