SymDocument.FindClosestLine(Int32) 方法

定義

在目前文件中不一定是序列點的行之情況下,傳回是序列點之最接近行的行號。

public:
 override int FindClosestLine(int line);
public:
 virtual int FindClosestLine(int line);
public override int FindClosestLine (int line);
public virtual int FindClosestLine (int line);
abstract member FindClosestLine : int -> int
override this.FindClosestLine : int -> int
Public Overrides Function FindClosestLine (line As Integer) As Integer
Public Overridable Function FindClosestLine (line As Integer) As Integer

參數

line
Int32

文件中的指定行。

傳回

最接近指定的行之序列點的行號。

實作

適用於