Freigeben über


ContextItemManager.Unsubscribe<TContextItemType>-Methode (SubscribeContextCallback<TContextItemType>)

Entfernt ein Abonnement.

Namespace:  Microsoft.Windows.Design
Assembly:  Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)

Syntax

'Declaration
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 unterstützt keine generischen Typen oder Methoden.

Typparameter

  • TContextItemType

Parameter

Ausnahmen

Ausnahme Bedingung
ArgumentNullException

callback hat den Wert nullNULL-Verweis (Nothing in Visual Basic).

.NET Framework-Sicherheit

Siehe auch

Referenz

ContextItemManager Klasse

Unsubscribe-Überladung

Microsoft.Windows.Design-Namespace

ContextItem

SubscribeContextCallback<TContextItemType>

ServiceManager

FeatureManager

Weitere Ressourcen

Bearbeiten der Kontextarchitektur

WPF-Designer-Erweiterbarkeit