ContextItemManager.RemoveCallback 方法
執行 Delegate.Remove 的 Helper 方法,此方法也可以解除包裝泛型回呼的 Proxy。
命名空間: Microsoft.Windows.Design
組件: Microsoft.Windows.Design.Extensibility (在 Microsoft.Windows.Design.Extensibility.dll 中)
語法
'宣告
Protected Shared Function RemoveCallback ( _
existing As Delegate, _
toRemove As Delegate _
) As Delegate
protected static Delegate RemoveCallback(
Delegate existing,
Delegate toRemove
)
protected:
static Delegate^ RemoveCallback(
Delegate^ existing,
Delegate^ toRemove
)
static member RemoveCallback :
existing:Delegate *
toRemove:Delegate -> Delegate
protected static function RemoveCallback(
existing : Delegate,
toRemove : Delegate
) : Delegate
參數
- existing
型別:System.Delegate
現有的委派。
- toRemove
型別:System.Delegate
要移除的現有委派。
傳回值
型別:System.Delegate
應該要指派給現有部分的新委派。
備註
您可以在自己的 Unsubscribe 實作中使用 RemoveCallback。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
SubscribeContextCallback<TContextItemType>