SourceRange Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
SourceRange() |
Inicializa uma nova instância da classe SourceRange. |
SourceRange(String, Int32, Int32, Int32, Int32) |
Inicializa uma nova instância da classe SourceRange. |
SourceRange()
Inicializa uma nova instância da classe SourceRange.
public SourceRange ();
Public Sub New ()
Aplica-se a
SourceRange(String, Int32, Int32, Int32, Int32)
Inicializa uma nova instância da classe 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
Caminho.
- startLine
- Int32
índice de linha inicial.
- startChar
- Int32
start char index.
- endLine
- Int32
índice de linha final.
- endChar
- Int32
end line char.