Source::OnChangeLineAttributes Method (Int32, Int32)
Visual Studio 2015
Called when one or more lines' attributes (font, color) have changed.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
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.
Show: