Compartir a través de


Dialog.RegisterSourceLocation(String, Int32) Método

Definición

Registra una cref="SourceRange"/> en la ubicación proporcionada.

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

Parámetros

path
String

Ruta de acceso al archivo de origen.

lineNumber
Int32

Número de línea donde se ubicará el origen en el archivo.

Se aplica a