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.
- callback
Type : Microsoft.Windows.Design.SubscribeContextCallback
Rappel à supprimer.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | contextItemType ou callback est nullune référence null (Nothing en Visual Basic). |
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.Windows.Design, espace de noms
SubscribeContextCallback<TContextItemType>