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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.