IVsSolutionEvents3.OnAfterMergeSolution(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
Implements
Remarks
COM Signature
From vsshell.idl:
HRESULT IVsSolutionEvents3::OnAfterMergeSolution(
[in] IUnknown *pUnkReserved
);