다음을 통해 공유


JSScanner.GetCurrentPosition(Boolean) 메서드

정의

코드 문자열의 현재 위치를 가져옵니다. 이는 코드를 검색할 때 이동하는 포인터입니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 int GetCurrentPosition(bool absolute);
public int GetCurrentPosition (bool absolute);
member this.GetCurrentPosition : bool -> int
Public Function GetCurrentPosition (absolute As Boolean) As Integer

매개 변수

absolute
Boolean

이 매개 변수는 무시됩니다.

반환

Int32

코드 문자열의 현재 위치입니다.

적용 대상

추가 정보