Método ContextItemManager.Subscribe<TContextItemType> (SubscribeContextCallback<TContextItemType>)
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 Sub Subscribe(Of TContextItemType As ContextItem) ( _
callback As SubscribeContextCallback(Of TContextItemType) _
)
public void Subscribe<TContextItemType>(
SubscribeContextCallback<TContextItemType> callback
)
where TContextItemType : ContextItem
public:
generic<typename TContextItemType>
where TContextItemType : ContextItem
void Subscribe(
SubscribeContextCallback<TContextItemType>^ callback
)
member Subscribe :
callback:SubscribeContextCallback<'TContextItemType> -> unit when 'TContextItemType : ContextItem
O JScript não oferece suporte a tipos ou métodos genéricos.
Parâmetros de tipo
- TContextItemType
Parâmetros
- callback
Tipo: Microsoft.Windows.Design.SubscribeContextCallback<TContextItemType>
Um retorno de chamada é invocado quando ContextItemType alterações.
Exceções
Exceção | Condição |
---|---|
ArgumentNullException | 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>