Partager via


TextBuffer.Lines, propriété

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Réservé à un usage interne Microsoft.

Espace de noms :  EnvDTE
Assembly :  EnvDTE (dans EnvDTE.dll)

Syntaxe

'Déclaration
ReadOnly Property Lines ( _
    StartLine As Integer, _
    Count As Integer _
) As String
    Get
string this[
    int StartLine,
    int Count
] { get; }
property String^ Lines[[InAttribute] int StartLine, [InAttribute] int Count] {
    String^ get ([InAttribute] int StartLine, [InAttribute] int Count);
}
abstract Lines : string
JScript ne prend pas en charge les propriétés indexées.

Paramètres

Valeur de propriété

Type : System.String
Chaîne qui contient les lignes spécifiées.

Sécurité .NET Framework

Voir aussi

Référence

TextBuffer Interface

EnvDTE, espace de noms