ISourceMap.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 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.