Freigeben über


ITextSnapshot.Lines-Eigenschaft

Ruft einen Enumerator für die Gruppe von Zeilen in der Momentaufnahme ab.

Namespace:  Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

Syntax

'Declaration
ReadOnly Property Lines As IEnumerable(Of ITextSnapshotLine)
IEnumerable<ITextSnapshotLine> Lines { get; }
property IEnumerable<ITextSnapshotLine^>^ Lines {
    IEnumerable<ITextSnapshotLine^>^ get ();
}
abstract Lines : IEnumerable<ITextSnapshotLine> with get
function get Lines () : IEnumerable<ITextSnapshotLine>

Eigenschaftswert

Typ: IEnumerable<ITextSnapshotLine>
Ein IEnumerable vom Typ ITextSnapshotLine.

.NET Framework-Sicherheit

Siehe auch

Referenz

ITextSnapshot Schnittstelle

Microsoft.VisualStudio.Text-Namespace