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