Condividi tramite


Proprietà TextBuffer.Lines

Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.

Solo per utilizzo interno di Microsoft.

Spazio dei nomi:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Sintassi

'Dichiarazione
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 non supporta le proprietà indicizzate.

Parametri

Valore proprietà

Tipo: System.String
Stringa contenente le righe specificate.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TextBuffer Interfaccia

Spazio dei nomi EnvDTE