EditSpan::LengthOfLastLine Property

 

Returns the length of the last line in the replacement text.

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

public:
property int LengthOfLastLine {
	int get();
}

Property Value

Type: System::Int32

Returns the number of characters on the last line of the replacement text.

This property examines the replacement text, taking into account newlines, to calculate the length of the last line.

Return to top
Show: