Share via


OnAfterOpenSolution Method

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Project.Internal
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Public Overridable Function OnAfterOpenSolution ( _
    pUnkReserved As Object, _
    fNewSolution As Integer _
) As Integer
'Usage
Dim instance As SolutionListener
Dim pUnkReserved As Object
Dim fNewSolution As Integer
Dim returnValue As Integer

returnValue = instance.OnAfterOpenSolution(pUnkReserved, _
    fNewSolution)
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

Parameters

Return Value

Type: System..::..Int32

Implements

IVsSolutionEvents3OnAfterOpenSolution(Object, Int32)
IVsSolutionEvents2OnAfterOpenSolution(Object, Int32)
IVsSolutionEventsOnAfterOpenSolution(Object, Int32)

See Also

Reference

SolutionListener Class

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