Share via


ForEachElement.CreateChildContext(DialogContext) Method

Definition

Creates an inner dialog context for the containers active child.

public override Microsoft.Bot.Builder.Dialogs.DialogContext CreateChildContext (Microsoft.Bot.Builder.Dialogs.DialogContext dc);
override this.CreateChildContext : Microsoft.Bot.Builder.Dialogs.DialogContext -> Microsoft.Bot.Builder.Dialogs.DialogContext
Public Overrides Function CreateChildContext (dc As DialogContext) As DialogContext

Parameters

dc
DialogContext

Parents dialog context.

Returns

A new dialog context for the active child.

Applies to