Source::GetLine Method (Int32)
Visual Studio 2015
Gets the text on the specified line.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Parameters
- line
-
Type:
System::Int32
The line number for which to get the text.
Return Value
Type: System::String^The text at the specified line number. This could be an empty string.
This method forwards the call to the GetLineText method on the IVsTextLines object passed to the Source class constructor. An exception is thrown if the line number is out of range.
Show: