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

문서에서 지정한 줄입니다.

반품

시퀀스 지점인 가장 가까운 줄입니다.

적용 대상