Sdílet prostřednictvím


SourceMap.Add(Object, SourceRange) Metoda

Definice

Přidejte objekt a informace SourceRange popisující, kde byl objekt definován.

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)

Parametry

item
Object

položka k záznamu.

range
SourceRange

sourceBlock rozsah pro objekt.

Implementuje

Platí pro