SourceRange.StartPoint 属性

定义

获取或设置源文件中的起点。

public Microsoft.Bot.Builder.Dialogs.Debugging.SourcePoint StartPoint { get; set; }
member this.StartPoint : Microsoft.Bot.Builder.Dialogs.Debugging.SourcePoint with get, set
Public Property StartPoint As SourcePoint

属性值

源文件中的起点。

适用于