SourceRange Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
SourceRange() |
Inicializa una nueva instancia de la clase SourceRange. |
SourceRange(String, Int32, Int32, Int32, Int32) |
Inicializa una nueva instancia de la clase SourceRange. |
SourceRange()
Inicializa una nueva instancia de la clase SourceRange.
public SourceRange ();
Public Sub New ()
Se aplica a
SourceRange(String, Int32, Int32, Int32, Int32)
Inicializa una nueva instancia de la clase SourceRange.
public SourceRange (string path, int startLine, int startChar, int endLine, int endChar);
new Microsoft.Bot.Builder.Dialogs.Debugging.SourceRange : string * int * int * int * int -> Microsoft.Bot.Builder.Dialogs.Debugging.SourceRange
Public Sub New (path As String, startLine As Integer, startChar As Integer, endLine As Integer, endChar As Integer)
Parámetros
- path
- String
Camino.
- startLine
- Int32
índice de línea de inicio.
- startChar
- Int32
iniciar índice char.
- endLine
- Int32
índice de línea final.
- endChar
- Int32
end line char.