Partager via


ITextSnapshot.LineCount, propriété

Obtient le nombre 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 LineCount As Integer
int LineCount { get; }
property int LineCount {
    int get ();
}
abstract LineCount : int with get
function get LineCount () : int

Valeur de propriété

Type : Int32
Nombre de lignes.

Notes

Un instantané dans lequel Length est nulle est considérée avoir une ligne.

Sécurité .NET Framework

Voir aussi

Référence

ITextSnapshot Interface

Microsoft.VisualStudio.Text, espace de noms