次の方法で共有


Chain.Unwrap<T>(IDialog<IDialog<T>>) メソッド

定義

T が完了した継続先 IDialog<TResult>IDialog<TResult> 完了したら、結果を新しい 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)

型パラメーター

T

継続するダイアログの種類。

パラメーター

antecedent
IDialog<IDialog<T>>

T IDialog<TResult>が の継続するダイアログIDialog<TResult>

戻り値

IDialog<T>

IDialog<TResult>

適用対象