ITextSnapshot::Lines Property
Visual Studio 2015
Gets an enumerator for the set of lines in the snapshot.
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
property IEnumerable<ITextSnapshotLine^>^ Lines {
IEnumerable<ITextSnapshotLine^>^ get();
}
Property Value
Type: System.Collections.Generic::IEnumerable<ITextSnapshotLine^>^An IEnumerable<T> of type ITextSnapshotLine.
Show: