IItem<T> Interface
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 interface IItem<out T> : Microsoft.Bot.Builder.Dialogs.IAwaitable<out T>
type IItem<'T> = interface
interface IAwaitable<'T>
Public Interface IItem(Of Out T)
Implements IAwaitable(Of Out T)
Paramètres de type
- T
- Dérivé
- Implémente
Méthodes
GetAwaiter() |
Obtenez le serveur d’attente pour cet élément pouvant être attendu. (Hérité de IAwaitable<T>) |
Méthodes d’extension
ToTask<T>(IAwaitable<T>) |