Método ContextItemManager.Subscribe (Type, SubscribeContextCallback)

Quando substituído em uma classe derivada, adiciona um retorno de chamada é invocado quando um item de contexto das alterações de tipo de item especificado.

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

Sintaxe

'Declaração
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
)

Parâmetros

  • contextItemType
    Tipo: System.Type
    O tipo de item para inscrever-se.

Exceções

Exceção Condição
ArgumentNullException

contextItemTypeor callback is nulluma referência nula (Nothing no Visual Basic).

Segurança do .NET Framework

Consulte também

Referência

ContextItemManager Classe

Sobrecargas Subscribe

Namespace Microsoft.Windows.Design

ContextItem

SubscribeContextCallback<TContextItemType>

ServiceManager

FeatureManager

Outros recursos

Editar contexto arquitetura

Noções básicas sobre extensibilidade Designer WPF