IVsSolutionEvents2.OnAfterMergeSolution(Object) Method

Definition

Notifies listening clients that all projects have been merged into the open solution.

public:
 int OnAfterMergeSolution(System::Object ^ pUnkReserved);
public:
 int OnAfterMergeSolution(Platform::Object ^ pUnkReserved);
int OnAfterMergeSolution(winrt::Windows::Foundation::IInspectable const & pUnkReserved);
public int OnAfterMergeSolution (object pUnkReserved);
abstract member OnAfterMergeSolution : obj -> int
Public Function OnAfterMergeSolution (pUnkReserved As Object) As Integer

Parameters

pUnkReserved
Object

[in] Reserved for future use.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From vsshell.idl:

HRESULT IVsSolutionEvents2::OnAfterMergeSolution(  
   [in] IUnknown *pUnkReserved  
);  

Applies to