Partager via


SolutionListener.OnBeforeCloseSolution, méthode

Cette classe et ses membres sont réservés à un usage interne et ne sont pas destinés à être utilisés dans votre code.

Espace de noms :  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly :  Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Déclaration
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

Paramètres

Valeur de retour

Type : System.Int32

Implémentations

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

Sécurité .NET Framework

Voir aussi

Référence

SolutionListener Classe

Microsoft.VisualStudio.Data.Schema.Package.Project.Internal, espace de noms