Source::GetLineLength Method (Int32)

 

Gets the length of the specified line.

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

public:
int GetLineLength(
	int line
)

Parameters

line
Type: System::Int32

The line number for which to get the length.

Return Value

Type: System::Int32

A number representing the number of characters on the line.

This method forwards the call to the GetLengthOfLine 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: