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) |
取得表示特定委派所代表之方法的物件。 |