ISymbolDocument.FindClosestLine(Int32) 方法

定义

在当前文档中的一行不一定是序列点的情况下,返回作为序列点的最近的一行。Returns the closest line that is a sequence point, given a line in the current document that might or might not be a sequence point.

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

文档中的指定行。The specified line in the document.

返回

Int32

作为序列点的最近的一行。The closest line that is a sequence point.

适用于