DebugSupport.GetDebugger Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
GetDebugger(DialogContext) |
Méthode d’extension pour obtenir IDialogDebugger à partir de DialogContext. |
GetDebugger(ITurnContext) |
Méthode d’extension pour obtenir IDialogDebugger à partir de TurnContext. |
GetDebugger(DialogContext)
Méthode d’extension pour obtenir IDialogDebugger à partir de DialogContext.
public static Microsoft.Bot.Builder.Dialogs.Debugging.IDialogDebugger GetDebugger (this Microsoft.Bot.Builder.Dialogs.DialogContext context);
static member GetDebugger : Microsoft.Bot.Builder.Dialogs.DialogContext -> Microsoft.Bot.Builder.Dialogs.Debugging.IDialogDebugger
<Extension()>
Public Function GetDebugger (context As DialogContext) As IDialogDebugger
Paramètres
- context
- DialogContext
dialogContext.
Retours
IDialogDebugger.
S’applique à
GetDebugger(ITurnContext)
Méthode d’extension pour obtenir IDialogDebugger à partir de TurnContext.
public static Microsoft.Bot.Builder.Dialogs.Debugging.IDialogDebugger GetDebugger (this Microsoft.Bot.Builder.ITurnContext context);
static member GetDebugger : Microsoft.Bot.Builder.ITurnContext -> Microsoft.Bot.Builder.Dialogs.Debugging.IDialogDebugger
<Extension()>
Public Function GetDebugger (context As ITurnContext) As IDialogDebugger
Paramètres
- context
- ITurnContext
turnContext.
Retours
IDialogDebugger.