SourceRange Construtores
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Sobrecargas
SourceRange() |
Inicializa uma nova instância da SourceRange classe. |
SourceRange(String, Int32, Int32, Int32, Int32) |
Inicializa uma nova instância da SourceRange classe. |
SourceRange()
Inicializa uma nova instância da SourceRange classe.
public SourceRange ();
Public Sub New ()
Aplica-se a
SourceRange(String, Int32, Int32, Int32, Int32)
Inicializa uma nova instância da SourceRange classe.
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 de início.
- startChar
- Int32
iniciar índice de caráter.
- endLine
- Int32
índice de linha final.
- endChar
- Int32
caráter de linha final.