Partager via


ISourceMap.TryGetValue(Object, SourceRange) Méthode

Définition

Recherchez les informations SourceRange pour un objet.

public bool TryGetValue(object item, out Microsoft.Bot.Builder.Dialogs.Debugging.SourceRange range);
abstract member TryGetValue : obj * SourceRange -> bool
Public Function TryGetValue (item As Object, ByRef range As SourceRange) As Boolean

Paramètres

item
Object

objet à rechercher.

range
SourceRange

place pour renvoyer le SourceRange de l’objet .

Retours

true si elle est trouvée.

S’applique à