Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- StartLine
Type: System.Int32
The first line.
- Count
Type: System.Int32
The 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.