NullSourceMap.TryGetValue(Object, SourceRange) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 false
toujours .