Partager via


ITextSnapshot.Lines, propriété

Obtient à un énumérateur pour l'ensemble d'entrées ligne l'instantané.

Espace de noms :  Microsoft.VisualStudio.Text
Assembly :  Microsoft.VisualStudio.Text.Data (dans Microsoft.VisualStudio.Text.Data.dll)

Syntaxe

'Déclaration
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>

Valeur de propriété

Type : IEnumerable<ITextSnapshotLine>
IEnumerable de type ITextSnapshotLine.

Sécurité .NET Framework

Voir aussi

Référence

ITextSnapshot Interface

Microsoft.VisualStudio.Text, espace de noms