_dispSolutionEvents_QueryCloseSolutionEventHandler (Delegado)
Actualización: noviembre 2007
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
<ComVisibleAttribute(False)> _
Public Delegate Sub _dispSolutionEvents_QueryCloseSolutionEventHandler ( _
<OutAttribute> ByRef fCancel As Boolean _
)
Dim instance As New _dispSolutionEvents_QueryCloseSolutionEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void _dispSolutionEvents_QueryCloseSolutionEventHandler(
out bool fCancel
)
[ComVisibleAttribute(false)]
public delegate void _dispSolutionEvents_QueryCloseSolutionEventHandler(
[InAttribute] [OutAttribute] bool% fCancel
)
JScript no admite delegados.
Parámetros
fCancel
Tipo: System.Boolean%