Compartir a través de


SolutionListener.OnQueryCloseSolution (Método)

Esta clase y sus miembros están reservados para uso interno y no están pensados para su uso en el código.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
Public Overridable Function OnQueryCloseSolution ( _
    pUnkReserved As Object, _
    ByRef cancel As Integer _
) As Integer
public virtual int OnQueryCloseSolution(
    Object pUnkReserved,
    ref int cancel
)
public:
virtual int OnQueryCloseSolution(
    Object^ pUnkReserved, 
    int% cancel
)
abstract OnQueryCloseSolution : 
        pUnkReserved:Object * 
        cancel:int byref -> int 
override OnQueryCloseSolution : 
        pUnkReserved:Object * 
        cancel:int byref -> int 
public function OnQueryCloseSolution(
    pUnkReserved : Object, 
    cancel : int
) : int

Parámetros

Valor devuelto

Tipo: System.Int32

Implementaciones

IVsSolutionEvents3.OnQueryCloseSolution(Object, Int32%)
IVsSolutionEvents2.OnQueryCloseSolution(Object, Int32%)
IVsSolutionEvents.OnQueryCloseSolution(Object, Int32%)

Seguridad de .NET Framework

Vea también

Referencia

SolutionListener Clase

Microsoft.VisualStudio.Data.Schema.Package.Project.Internal (Espacio de nombres)