DialogContextInspector 委托

定义

用于检查或修改对话状态的委托。

public delegate void DialogContextInspector(DialogContext dc);
type DialogContextInspector = delegate of DialogContext -> unit
Public Delegate Sub DialogContextInspector(dc As DialogContext)

参数

dc
DialogContext

对话上下文。

适用于