Partilhar via


Propriedade TextBuffer.Lines

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

Somente para uso interno da Microsoft.

Namespace:  EnvDTE
Assembly:  EnvDTE (em EnvDTE.dll)

Sintaxe

'Declaração
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
O JScript não oferece suporte a propriedades indexadas.

Parâmetros

Valor de propriedade

Tipo: System.String
Uma seqüência de caracteres que contém as linhas especificadas.

Segurança do .NET Framework

Consulte também

Referência

TextBuffer Interface

Namespace EnvDTE