Partager via


SolutionListener.OnAfterOpenSolution, 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 OnAfterOpenSolution ( _
    pUnkReserved As Object, _
    fNewSolution As Integer _
) As Integer
public virtual int OnAfterOpenSolution(
    Object pUnkReserved,
    int fNewSolution
)
public:
virtual int OnAfterOpenSolution(
    Object^ pUnkReserved, 
    int fNewSolution
)
abstract OnAfterOpenSolution : 
        pUnkReserved:Object * 
        fNewSolution:int -> int 
override OnAfterOpenSolution : 
        pUnkReserved:Object * 
        fNewSolution:int -> int 
public function OnAfterOpenSolution(
    pUnkReserved : Object, 
    fNewSolution : int
) : int

Paramètres

Valeur de retour

Type : System.Int32

Implémentations

IVsSolutionEvents3.OnAfterOpenSolution(Object, Int32)
IVsSolutionEvents2.OnAfterOpenSolution(Object, Int32)
IVsSolutionEvents.OnAfterOpenSolution(Object, Int32)

Sécurité .NET Framework

Voir aussi

Référence

SolutionListener Classe

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