ContextItemManager.Unsubscribe<TContextItemType> 方法 (SubscribeContextCallback<TContextItemType>)
會移除訂閱。
命名空間: Microsoft.Windows.Design
組件: Microsoft.Windows.Design.Extensibility (在 Microsoft.Windows.Design.Extensibility.dll 中)
語法
'宣告
Public Sub Unsubscribe(Of TContextItemType As ContextItem) ( _
callback As SubscribeContextCallback(Of TContextItemType) _
)
public void Unsubscribe<TContextItemType>(
SubscribeContextCallback<TContextItemType> callback
)
where TContextItemType : ContextItem
public:
generic<typename TContextItemType>
where TContextItemType : ContextItem
void Unsubscribe(
SubscribeContextCallback<TContextItemType>^ callback
)
member Unsubscribe :
callback:SubscribeContextCallback<'TContextItemType> -> unit when 'TContextItemType : ContextItem
JScript 不支援泛型型別或方法。
型別參數
- TContextItemType
參數
- callback
型別:Microsoft.Windows.Design.SubscribeContextCallback<TContextItemType>
要移除的回呼。
例外狀況
例外狀況 | 條件 |
---|---|
ArgumentNullException | callback 為 nullNull 參照 (即 Visual Basic 中的 Nothing)。 |
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
SubscribeContextCallback<TContextItemType>