SourcePoint 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| SourcePoint() |
初始化 SourcePoint 類別的新執行個體。 |
| SourcePoint(Int32, Int32) |
初始化 SourcePoint 類別的新執行個體。 |
SourcePoint()
SourcePoint(Int32, Int32)
初始化 SourcePoint 類別的新執行個體。
public SourcePoint(int lineIndex, int charIndex);
new Microsoft.Bot.Builder.Dialogs.Debugging.SourcePoint : int * int -> Microsoft.Bot.Builder.Dialogs.Debugging.SourcePoint
Public Sub New (lineIndex As Integer, charIndex As Integer)
參數
- lineIndex
- Int32
行索引。
- charIndex
- Int32
char index。