OutputWindowEventsClass.add_PaneAdded (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_PaneAdded ( _
A_1 As _dispOutputWindowEvents_PaneAddedEventHandler _
)
public virtual void add_PaneAdded(
_dispOutputWindowEvents_PaneAddedEventHandler A_1
)
public:
virtual void add_PaneAdded(
_dispOutputWindowEvents_PaneAddedEventHandler^ A_1
)
abstract add_PaneAdded :
A_1:_dispOutputWindowEvents_PaneAddedEventHandler -> unit
override add_PaneAdded :
A_1:_dispOutputWindowEvents_PaneAddedEventHandler -> unit
public function add_PaneAdded(
A_1 : _dispOutputWindowEvents_PaneAddedEventHandler
)
Parámetros
- A_1
Tipo: EnvDTE._dispOutputWindowEvents_PaneAddedEventHandler
Controlador de eventos.
Implementaciones
_dispOutputWindowEvents_Event.add_PaneAdded(_dispOutputWindowEvents_PaneAddedEventHandler)
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.