IVsSolutionEvents3.OnAfterMergeSolution(Object) Method

Definition

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

C++/CX
public:
 int OnAfterMergeSolution(Platform::Object ^ pUnkReserved);

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.

Implements

Remarks

COM Signature

From vsshell.idl:

cpp#
HRESULT IVsSolutionEvents3::OnAfterMergeSolution(  
   [in] IUnknown *pUnkReserved  
);  

Applies to

Proizvod Verzije
Visual Studio SDK 2015, 2017, 2019, 2022