IProjectionSnapshot.SourceSnapshots Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets 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.
public:
property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Text::ITextSnapshot ^> ^ SourceSnapshots { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Text::ITextSnapshot ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Text.ITextSnapshot> SourceSnapshots { get; }
member this.SourceSnapshots : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Text.ITextSnapshot>
Public ReadOnly Property SourceSnapshots As ReadOnlyCollection(Of ITextSnapshot)
Property Value
The set of one or more text snapshots that contribute source spans to this projection snapshot.
Remarks
The ordering of the list is arbitrary. It does not contain duplicates.