Dialog.RegisterSourceLocation(String, Int32) Method

Definition

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)

Parameters

path
String

The path to the source file.

lineNumber
Int32

The line number where the source will be located on the file.

Applies to