Source::OnChangeLineAttributes Method (Int32, Int32)

 

Called when one or more lines' attributes (font, color) have changed.

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

public:
virtual void OnChangeLineAttributes(
	int firstLine,
	int lastLine
)

Parameters

firstLine
Type: System::Int32

The first line that was changed.

lastLine
Type: System::Int32

The last line that was changed.

This method is called when the attributes of one or more lines have been changed. A line's attributes includes the font and the color.

This is an implementation of IVsTextLinesEvents' OnChangeLineAttributes method.

The base method does nothing.

Return to top
Show: