Partager via


NullSourceMap.TryGetValue(Object, SourceRange) Méthode

Définition

Recherchez les SourceRange informations d’un objet.

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

Paramètres

item
Object

Objet à rechercher.

range
SourceRange

Emplacement où retourner le SourceRange pour l’objet .

Retours

true s’il est trouvé.

Implémente

Remarques

Pour un NullSourceMap retourne falsetoujours .

S’applique à