SolutionEventsClass.remove_QueryCloseSolution (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_QueryCloseSolution ( _
A_1 As _dispSolutionEvents_QueryCloseSolutionEventHandler _
)
public virtual void remove_QueryCloseSolution(
_dispSolutionEvents_QueryCloseSolutionEventHandler A_1
)
public:
virtual void remove_QueryCloseSolution(
_dispSolutionEvents_QueryCloseSolutionEventHandler^ A_1
)
abstract remove_QueryCloseSolution :
A_1:_dispSolutionEvents_QueryCloseSolutionEventHandler -> unit
override remove_QueryCloseSolution :
A_1:_dispSolutionEvents_QueryCloseSolutionEventHandler -> unit
public function remove_QueryCloseSolution(
A_1 : _dispSolutionEvents_QueryCloseSolutionEventHandler
)
Parámetros
- A_1
Tipo: EnvDTE._dispSolutionEvents_QueryCloseSolutionEventHandler
El controlador de eventos.
Implementaciones
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.