WindowEventsClass.remove_WindowClosing (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_WindowClosing ( _
A_1 As _dispWindowEvents_WindowClosingEventHandler _
)
public virtual void remove_WindowClosing(
_dispWindowEvents_WindowClosingEventHandler A_1
)
public:
virtual void remove_WindowClosing(
_dispWindowEvents_WindowClosingEventHandler^ A_1
)
abstract remove_WindowClosing :
A_1:_dispWindowEvents_WindowClosingEventHandler -> unit
override remove_WindowClosing :
A_1:_dispWindowEvents_WindowClosingEventHandler -> unit
public function remove_WindowClosing(
A_1 : _dispWindowEvents_WindowClosingEventHandler
)
Parámetros
- A_1
Tipo: EnvDTE._dispWindowEvents_WindowClosingEventHandler
Controlador de eventos.
Implementaciones
_dispWindowEvents_Event.remove_WindowClosing(_dispWindowEvents_WindowClosingEventHandler)
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.