Metodo SolutionListener.OnAfterOpenSolution

La classe e i relativi membri sono riservati per uso interno e non possono essere utilizzati nel codice.

Spazio dei nomi:  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintassi

'Dichiarazione
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

Parametri

Valore restituito

Tipo: System.Int32

Implementa

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SolutionListener Classe

Spazio dei nomi Microsoft.VisualStudio.Data.Schema.Package.Project.Internal