Freigeben über


ForEachElement.CreateChildContext(DialogContext) Methode

Definition

Erstellt einen inneren Dialogkontext für die aktiven untergeordneten Container.

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

Parameter

dc
DialogContext

Kontext des übergeordneten Dialogfelds.

Gibt zurück

Ein neuer Dialogkontext für das aktive untergeordnete Element.

Gilt für: