ForEachElement.CreateChildContext(DialogContext) Method     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Parents dialog context.
Returns
A new dialog context for the active child.