ITextSnapshot.Lines 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.
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.