Partager via


ITextDocumentSnapshot.Lines Property

Definition

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)

Property Value

Applies to