Partager via


ContextItemManager.Unsubscribe, méthode (Type, SubscribeContextCallback)

En cas de substitution dans une classe dérivée, supprime un abonnement.

Espace de noms :  Microsoft.Windows.Design
Assembly :  Microsoft.Windows.Design.Extensibility (dans Microsoft.Windows.Design.Extensibility.dll)

Syntaxe

'Déclaration
Public MustOverride Sub Unsubscribe ( _
    contextItemType As Type, _
    callback As SubscribeContextCallback _
)
public abstract void Unsubscribe(
    Type contextItemType,
    SubscribeContextCallback callback
)
public:
virtual void Unsubscribe(
    Type^ contextItemType, 
    SubscribeContextCallback^ callback
) abstract
abstract Unsubscribe : 
        contextItemType:Type * 
        callback:SubscribeContextCallback -> unit 
public abstract function Unsubscribe(
    contextItemType : Type, 
    callback : SubscribeContextCallback
)

Paramètres

  • contextItemType
    Type : System.Type
    Type d'élément de contexte depuis lequel supprimer le rappel.

Exceptions

Exception Condition
ArgumentNullException

contextItemType ou callback est nullune référence null (Nothing en Visual Basic).

Sécurité .NET Framework

Voir aussi

Référence

ContextItemManager Classe

Unsubscribe, surcharge

Microsoft.Windows.Design, espace de noms

ContextItem

SubscribeContextCallback<TContextItemType>

ServiceManager

FeatureManager

Autres ressources

Architecture du contexte d'édition

Fonctionnement de l'extensibilité du Concepteur WPF