Método ContextItemManager.Unsubscribe (Type, SubscribeContextCallback)
Quando substituído em uma classe derivada, remove uma assinatura.
Namespace: Microsoft.Windows.Design
Assembly: Microsoft.Windows.Design.Extensibility (em Microsoft.Windows.Design.Extensibility.dll)
Sintaxe
'Declaração
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
)
Parâmetros
- contextItemType
Tipo: System.Type
O tipo de item de contexto para remover o retorno de chamada.
- callback
Tipo: Microsoft.Windows.Design.SubscribeContextCallback
O retorno de chamada para remover.
Exceções
Exceção | Condição |
---|---|
ArgumentNullException | contextItemTypeor callback is nulluma referência nula (Nothing no Visual Basic). |
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
Namespace Microsoft.Windows.Design
SubscribeContextCallback<TContextItemType>