Partilhar via


Método SolutionListener.OnBeforeCloseSolution

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 OnBeforeCloseSolution ( _
    pUnkReserved As Object _
) As Integer
public virtual int OnBeforeCloseSolution(
    Object pUnkReserved
)
public:
virtual int OnBeforeCloseSolution(
    Object^ pUnkReserved
)
abstract OnBeforeCloseSolution : 
        pUnkReserved:Object -> int 
override OnBeforeCloseSolution : 
        pUnkReserved:Object -> int 
public function OnBeforeCloseSolution(
    pUnkReserved : Object
) : int

Parâmetros

Valor de retorno

Tipo: System.Int32

Implementações

IVsSolutionEvents3.OnBeforeCloseSolution(Object)
IVsSolutionEvents2.OnBeforeCloseSolution(Object)
IVsSolutionEvents.OnBeforeCloseSolution(Object)

Segurança do .NET Framework

Consulte também

Referência

SolutionListener Classe

Namespace Microsoft.VisualStudio.Data.Schema.Package.Project.Internal