Freigeben über


DialogContainer.CreateChildContext(DialogContext) Methode

Definition

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

public abstract Microsoft.Bot.Builder.Dialogs.DialogContext CreateChildContext (Microsoft.Bot.Builder.Dialogs.DialogContext dc);
abstract member CreateChildContext : Microsoft.Bot.Builder.Dialogs.DialogContext -> Microsoft.Bot.Builder.Dialogs.DialogContext
Public MustOverride 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: