Dialog.RegisterSourceLocation(String, Int32) 메서드
정의
지정 된 위치에 cref = "SourceRange"/를 등록 > 합니다.Registers a cref="SourceRange"/> in the provided location.
protected void RegisterSourceLocation (string path, int lineNumber);
member this.RegisterSourceLocation : string * int -> unit
Protected Sub RegisterSourceLocation (path As String, lineNumber As Integer)
매개 변수
- path
- String
소스 파일에 대 한 경로입니다.The path to the source file.
- lineNumber
- Int32
소스가 파일에 있는 줄 번호입니다.The line number where the source will be located on the file.