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