Método SolutionListener.OnQueryCloseSolution
Essa classe e seus membros são reservados para uso interno e não se destina a ser usado em seu código.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly: Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)
Sintaxe
'Declaração
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
- pUnkReserved
Tipo: System.Object
- cancel
Tipo: System.Int32%
Valor de retorno
Tipo: System.Int32
Implementações
IVsSolutionEvents3.OnQueryCloseSolution(Object, Int32%)
IVsSolutionEvents2.OnQueryCloseSolution(Object, Int32%)
IVsSolutionEvents.OnQueryCloseSolution(Object, Int32%)
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
Namespace Microsoft.VisualStudio.Data.Schema.Package.Project.Internal