SubscribeContextCallback 대리자

정의

컨텍스트 항목이 변경될 때 호출될 콜백 메서드를 정의합니다.

public delegate void SubscribeContextCallback(ContextItem ^ item);
public delegate void SubscribeContextCallback(ContextItem item);
type SubscribeContextCallback = delegate of ContextItem -> unit
Public Delegate Sub SubscribeContextCallback(item As ContextItem)

매개 변수

item
ContextItem

변경된 컨텍스트 항목입니다.

설명

이 콜백은 호스트와 워크플로 디자이너의 관계자가 모두 워크플로 디자이너의 편집 컨텍스트에 게시된 ContextItem의 업데이트를 구독할 수 있는 메커니즘을 제공합니다.

확장 메서드

GetMethodInfo(Delegate)

지정된 대리자가 나타내는 메서드를 나타내는 개체를 가져옵니다.

적용 대상