DialogContextInspector 대리자

정의

대화 상태를 검사하거나 수정하기 위한 대리자입니다.

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

매개 변수

dc
DialogContext

대화 컨텍스트입니다.

적용 대상