ContextItemManager.Subscribe, méthode (Type, SubscribeContextCallback)
En cas de substitution dans une classe dérivée, ajoute un rappel appelé lorsqu'un élément de contexte, du type d'élément spécifié, change.
Espace de noms : Microsoft.Windows.Design
Assembly : Microsoft.Windows.Design.Extensibility (dans Microsoft.Windows.Design.Extensibility.dll)
Syntaxe
'Déclaration
Public MustOverride Sub Subscribe ( _
contextItemType As Type, _
callback As SubscribeContextCallback _
)
public abstract void Subscribe(
Type contextItemType,
SubscribeContextCallback callback
)
public:
virtual void Subscribe(
Type^ contextItemType,
SubscribeContextCallback^ callback
) abstract
abstract Subscribe :
contextItemType:Type *
callback:SubscribeContextCallback -> unit
public abstract function Subscribe(
contextItemType : Type,
callback : SubscribeContextCallback
)
Paramètres
- contextItemType
Type : System.Type
Type d'élément auquel s'abonner.
- callback
Type : Microsoft.Windows.Design.SubscribeContextCallback
Rappel qui sera appelé lorsque contextItemType change.
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>