Sdílet prostřednictvím


ContextItemManager.Unsubscribe<TContextItemType> – metoda (SubscribeContextCallback<TContextItemType>)

Odebere předplatné.

Obor názvů:  Microsoft.Windows.Design
Sestavení:  Microsoft.Windows.Design.Extensibility (v Microsoft.Windows.Design.Extensibility.dll)

Syntaxe

'Deklarace
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
Jazyk JScript nepodporuje obecné typy a metody.

Parametry typu

  • TContextItemType

Parametry

Výjimky

Výjimka Podmínka
ArgumentNullException

callbackis nullodkaz Null (Nothing v jazyce Visual Basic).

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ContextItemManager Třída

Unsubscribe – přetížení

Microsoft.Windows.Design – obor názvů

ContextItem

SubscribeContextCallback<TContextItemType>

ServiceManager

FeatureManager

Další zdroje

Editing Context Architecture

Understanding WPF Designer Extensibility