OutputWindowEventsClass.add_PaneUpdated (Método)
Esta API es compatible con la infraestructura de .NET Framework y no está diseñada para utilizarse directamente desde el código.
Sólo para uso interno de Microsoft.
Espacio de nombres: EnvDTE
Ensamblado: EnvDTE (en EnvDTE.dll)
Sintaxis
'Declaración
Public Overridable Sub add_PaneUpdated ( _
A_1 As _dispOutputWindowEvents_PaneUpdatedEventHandler _
)
public virtual void add_PaneUpdated(
_dispOutputWindowEvents_PaneUpdatedEventHandler A_1
)
public:
virtual void add_PaneUpdated(
_dispOutputWindowEvents_PaneUpdatedEventHandler^ A_1
)
abstract add_PaneUpdated :
A_1:_dispOutputWindowEvents_PaneUpdatedEventHandler -> unit
override add_PaneUpdated :
A_1:_dispOutputWindowEvents_PaneUpdatedEventHandler -> unit
public function add_PaneUpdated(
A_1 : _dispOutputWindowEvents_PaneUpdatedEventHandler
)
Parámetros
- A_1
Tipo: EnvDTE._dispOutputWindowEvents_PaneUpdatedEventHandler
Controlador de eventos.
Implementaciones
_dispOutputWindowEvents_Event.add_PaneUpdated(_dispOutputWindowEvents_PaneUpdatedEventHandler)
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.