Sdílet prostřednictvím


SolutionListener.OnAfterOpenSolution – metoda

Tato třída a jeho členové jsou vyhrazeny pro interní použití a nejsou určeny pro použití v kódu.

Obor názvů:  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Sestavení:  Microsoft.VisualStudio.Data.Schema.Package (v Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

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

Parametry

Vrácená hodnota

Typ: System.Int32

Implementuje

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

SolutionListener Třída

Microsoft.VisualStudio.Data.Schema.Package.Project.Internal – obor názvů