Evento OutputWindowEventsClass.PaneUpdated
Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.
Ocorre quando o novo texto é adicionado para um painel na janela Saída.
Namespace: EnvDTE
Assembly: EnvDTE (em EnvDTE.dll)
Sintaxe
'Declaração
Public Overridable Event PaneUpdated As _dispOutputWindowEvents_PaneUpdatedEventHandler
public virtual event _dispOutputWindowEvents_PaneUpdatedEventHandler PaneUpdated
public:
virtual event _dispOutputWindowEvents_PaneUpdatedEventHandler^ PaneUpdated {
void add (_dispOutputWindowEvents_PaneUpdatedEventHandler^ value);
void remove (_dispOutputWindowEvents_PaneUpdatedEventHandler^ value);
}
abstract PaneUpdated : IEvent<_dispOutputWindowEvents_PaneUpdatedEventHandler,
EventArgs>
override PaneUpdated : IEvent<_dispOutputWindowEvents_PaneUpdatedEventHandler,
EventArgs>
JScript não oferece suporte a eventos.
Implementações
_dispOutputWindowEvents_Event.PaneUpdated
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.