ISymbolDocument.FindClosestLine(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在目前文件中不一定是序列點的行之情況下,傳回是序列點的最接近一行。
public:
int FindClosestLine(int line);
public int FindClosestLine (int line);
abstract member FindClosestLine : int -> int
Public Function FindClosestLine (line As Integer) As Integer
參數
傳回
最接近的一行 (也就是序列點)。
適用於