Source::GetLineCount Method ()

 

Gets the number of lines in the source file.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
int GetLineCount()

Return Value

Type: System::Int32

A number representing the number of lines in the source file. This value can be 0.

This method forwards the call to the GetLineCount method on the IVsTextLines object passed to the Source class constructor. An exception is thrown if the line number is out of range.

Return to top
Show: