共用方式為


NullSourceMap.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

SourceRange 物件。

實作

備註

NullSourceMap若為 ,則不會執行任何動作。

適用於