TextBuffer.Lines Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

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

Syntax

'Declaration
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 : string
JScript does not support indexed properties.

Parameters

Property Value

Type: System.String
A string containing the specified lines.

.NET Framework Security

See Also

Reference

TextBuffer Interface

EnvDTE Namespace