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 :
StartLine:int *
Count:int -> string with get
JScript does not support indexed properties.
Parameters
StartLine
Type: System.Int32The first line.
Count
Type: System.Int32The number of lines.
Property Value
Type: System.String
A string containing the specified lines.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.