Dialog.RegisterSourceLocation(String, Int32) 메서드

정의

제공된 위치에 cref="SourceRange"/> 를 등록합니다.

protected void RegisterSourceLocation (string path, int lineNumber);
member this.RegisterSourceLocation : string * int -> unit
Protected Sub RegisterSourceLocation (path As String, lineNumber As Integer)

매개 변수

path
String

원본 파일의 경로입니다.

lineNumber
Int32

원본이 파일에 있는 줄 번호입니다.

적용 대상