SubscribeContextCallback<TContextItemType> 委托
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义一个将在更改上下文项时调用的回调方法。
generic <typename TContextItemType>
where TContextItemType : ContextItempublic delegate void SubscribeContextCallback(TContextItemType item);
public delegate void SubscribeContextCallback<TContextItemType>(TContextItemType item) where TContextItemType : ContextItem;
type SubscribeContextCallback<'ContextItemType (requires 'ContextItemType :> ContextItem)> = delegate of 'ContextItemType -> unit
Public Delegate Sub SubscribeContextCallback(Of TContextItemType)(item As TContextItemType)
类型参数
- TContextItemType
上下文项的类型。
参数
- item
- TContextItemType
更改的上下文项。
扩展方法
GetMethodInfo(Delegate) |
获取指示指定委托表示的方法的对象。 |