Partager via


SourceMap.Add(Object, SourceRange) Méthode

Définition

Ajoutez un objet et des informations SourceRange décrivant où l’objet a été défini.

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)

Paramètres

item
Object

élément à enregistrer.

range
SourceRange

plage sourceBlock pour l’objet.

Implémente

S’applique à