ISourceMap.Add(Object, SourceRange) 方法

定义

添加描述对象定义位置的对象和 SourceRange 信息。

public void Add (object item, Microsoft.Bot.Builder.Dialogs.Debugging.SourceRange range);
abstract member Add : obj * Microsoft.Bot.Builder.Dialogs.Debugging.SourceRange -> unit
Public Sub Add (item As Object, range As SourceRange)

参数

item
Object

要记录的项。

range
SourceRange

对象的 sourceBlock 范围。

适用于