Dialog.RegisterSourceLocation(String, Int32) Método

Definición

Registra un 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

El número de línea donde se localizará la fuente en el archivo.

Se aplica a