ITextDocumentSnapshot.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.
Gets a collection of lines in this version of the document.
public System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.Extensibility.Editor.ITextDocumentSnapshotLine> Lines { get; }
member this.Lines : System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.Extensibility.Editor.ITextDocumentSnapshotLine>
Public ReadOnly Property Lines As IReadOnlyList(Of ITextDocumentSnapshotLine)