IProjectionSnapshot.SourceSnapshots Property

Definition

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.

Applies to