Partager via


Chain.Unwrap<T>(IDialog<IDialog<T>>) Méthode

Définition

Lorsque l’antécédent IDialog<TResult> où T est IDialog<TResult> terminé, décompressez le résultat dans un nouveau IDialog<TResult>.

public static Microsoft.Bot.Builder.Dialogs.IDialog<T> Unwrap<T> (this Microsoft.Bot.Builder.Dialogs.IDialog<Microsoft.Bot.Builder.Dialogs.IDialog<T>> antecedent);
static member Unwrap : Microsoft.Bot.Builder.Dialogs.IDialog<Microsoft.Bot.Builder.Dialogs.IDialog<'T>> -> Microsoft.Bot.Builder.Dialogs.IDialog<'T>
<Extension()>
Public Function Unwrap(Of T) (antecedent As IDialog(Of IDialog(Of T))) As IDialog(Of T)

Paramètres de type

T

Type de la boîte de dialogue d’antécédents.

Paramètres

antecedent
IDialog<IDialog<T>>

Boîte de dialogue IDialog<TResult> antérieure où T est IDialog<TResult>.

Retours

IDialog<T>

Élément IDialog<TResult>.

S’applique à