Source.OnChangeLineAttributes(Int32, Int32) 方法

定义

当一个或多个行属性 (字体,颜色) 已更改时调用。

public:
 virtual void OnChangeLineAttributes(int firstLine, int lastLine);
public:
 virtual void OnChangeLineAttributes(int firstLine, int lastLine);
 virtual void OnChangeLineAttributes(int firstLine, int lastLine);
public virtual void OnChangeLineAttributes (int firstLine, int lastLine);
abstract member OnChangeLineAttributes : int * int -> unit
override this.OnChangeLineAttributes : int * int -> unit
Public Overridable Sub OnChangeLineAttributes (firstLine As Integer, lastLine As Integer)

参数

firstLine
Int32

已更改的第一行。

lastLine
Int32

最后更改的行。

实现

注解

此方法在一个或多个行的特性已更改时调用。 线条的属性包括字体和颜色。

这是 IVsTextLinesEvents "方法的实现 OnChangeLineAttributes

基本方法不执行任何操作。

适用于