共用方式為


SourceRange 建構函式

定義

多載

SourceRange()

初始化 SourceRange 類別的新執行個體。

SourceRange(String, Int32, Int32, Int32, Int32)

初始化 SourceRange 類別的新執行個體。

SourceRange()

初始化 SourceRange 類別的新執行個體。

public SourceRange ();
Public Sub New ()

適用於

SourceRange(String, Int32, Int32, Int32, Int32)

初始化 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)

參數

path
String

路徑。

startLine
Int32

開始行索引。

startChar
Int32

start char index。

endLine
Int32

結束行索引。

endChar
Int32

結束行字元。

適用於