OutputWindowEventsClass.PaneUpdated (Evento)
Esta API es compatible con la infraestructura de .NET Framework y no está diseñada para utilizarse directamente desde el código.
Se produce cuando se agrega texto nuevo a un panel de la ventana de salida.
Espacio de nombres: EnvDTE
Ensamblado: EnvDTE (en EnvDTE.dll)
Sintaxis
'Declaración
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 no admite eventos.
Implementaciones
_dispOutputWindowEvents_Event.PaneUpdated
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.