次の方法で共有


DialogContextInspector 代理人

定義

ダイアログの状態を検査または変更するためのデリゲート。

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

パラメーター

dc
DialogContext

ダイアログ コンテキスト。

適用対象