TextBuffer.get_Lines(Int32, Int32) Method  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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