ITextSnapshot.Lines Property

Definition

An enumerator for the set of lines in the snapshot.

public:
 property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Text::ITextSnapshotLine ^> ^ Lines { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Text::ITextSnapshotLine ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Text.ITextSnapshotLine> Lines { get; }
member this.Lines : seq<Microsoft.VisualStudio.Text.ITextSnapshotLine>
Public ReadOnly Property Lines As IEnumerable(Of ITextSnapshotLine)

Property Value

An IEnumerable<T> of type ITextSnapshotLine.

Applies to