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
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 :
StartLine:int *
Count:int -> string with get
JScript ne prend pas en charge les propriétés indexées.
Paramètres
StartLine
Type : Int32Première ligne.
Count
Type : Int32Nombre de lignes.
Valeur de propriété
Type : String
Chaîne qui contient les lignes spécifiées.
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.