SolutionListener.OnAfterMergeSolution Method

Raised after all projects have been merged into the open solution.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public Overridable Function OnAfterMergeSolution ( _
    pUnkReserved As Object _
) As Integer
'使用
Dim instance As SolutionListener
Dim pUnkReserved As Object
Dim returnValue As Integer

returnValue = instance.OnAfterMergeSolution(pUnkReserved)
public virtual int OnAfterMergeSolution(
    Object pUnkReserved
)
public:
virtual int OnAfterMergeSolution(
    Object^ pUnkReserved
)
public function OnAfterMergeSolution(
    pUnkReserved : Object
) : int

Parameters

Return Value

Type: System.Int32

When implemented by derived classes, S_OK if the method succeeded, otherwise an error code.

Implements

IVsSolutionEvents3.OnAfterMergeSolution(Object)
IVsSolutionEvents2.OnAfterMergeSolution(Object)

Remarks

By default returns E_NOTIMPL.

Permissions

See Also

Reference

SolutionListener Class

SolutionListener Members

Microsoft.VisualStudio.Package Namespace