ComponentDialog.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 DialogContext.
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.DialogContextPublic Overrides Function CreateChildContext (dc As DialogContext) As DialogContextParameters
The parent DialogContext.
Returns
The created Dialog Context.