This topic has not yet been rated - Rate this topic

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)
string this[
	int StartLine,
	int Count
] { get; }

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.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.