SourceRange 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
SourceRange() |
初始化 SourceRange 類別的新執行個體。 |
SourceRange(String, Int32, Int32, Int32, Int32) |
初始化 SourceRange 類別的新執行個體。 |
SourceRange()
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
結束行字元。