Extensions.TryResolve<T>(IResolver, Object, T) 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.
public static bool TryResolve<T> (this Microsoft.Bot.Builder.Scorables.Internals.IResolver resolver, object tag, out T value);
static member TryResolve : Microsoft.Bot.Builder.Scorables.Internals.IResolver * obj * 'T -> bool
<Extension()>
Public Function TryResolve(Of T) (resolver As IResolver, tag As Object, ByRef value As T) As Boolean
Paramètres de type
- T
Paramètres
- resolver
- IResolver
- tag
- Object
- value
- T