TextBuffer.get_Lines(Int32, Int32) Method

Definition

public:
 System::String ^ get_Lines(int startLine, int count);
public string get_Lines (int startLine, int count);
[System.Runtime.InteropServices.DispId(3)]
public string get_Lines (int startLine, int count);
abstract member get_Lines : int * int -> string
[<System.Runtime.InteropServices.DispId(3)>]
abstract member get_Lines : int * int -> string
Public Function get_Lines (startLine As Integer, count As Integer) As String

Parameters

StartLinestartLine
Int32
Countcount
Int32

Returns

Attributes

Applies to