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。