ISymbolDocument.FindClosestLine(Int32) 方法

定義

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

public:
 int FindClosestLine(int line);
public int FindClosestLine (int line);
abstract member FindClosestLine : int -> int
Public Function FindClosestLine (line As Integer) As Integer

參數

line
Int32

文件中的指定行。

傳回

最接近的一行 (也就是序列點)。

適用於