TextBuffer::Lines Property (Int32, Int32)

 

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

Microsoft Internal Use Only.

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

property String^ default[
	int StartLine,
	int Count
] {
	String^ get(int StartLine, int Count);
}

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.

Return to top
Show: