Share via


SolutionListener.OnAfterOpenSolution Method

This method does nothing.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.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
)
public function OnAfterOpenSolution(
    pUnkReserved : Object, 
    fNewSolution : int
) : int
abstract OnAfterOpenSolution : 
        pUnkReserved:Object * 
        fNewSolution:int -> int 
override OnAfterOpenSolution : 
        pUnkReserved:Object * 
        fNewSolution:int -> int 

Parameters

Return Value

Type: System.Int32

Implements

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

.NET Framework Security

See Also

Reference

SolutionListener Class

SolutionListener Members

Microsoft.VisualStudio.Data.Schema.Project.Project.MPF Namespace