共用方式為


SourceMap.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
override this.Add : obj * Microsoft.Bot.Builder.Dialogs.Debugging.SourceRange -> unit
Public Sub Add (item As Object, range As SourceRange)

參數

item
Object

要記錄的專案。

range
SourceRange

物件的 sourceBlock 範圍。

實作

適用於