SolutionEvents.IVsSolutionEvents3.OnAfterMergeSolution(Object) Method

Definition

Occurs on/after the solution is merged.

 virtual int Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents3.OnAfterMergeSolution(System::Object ^ pUnkReserved) = Microsoft::VisualStudio::Shell::Interop::IVsSolutionEvents3::OnAfterMergeSolution;
 virtual int Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents3.OnAfterMergeSolution(Platform::Object ^ pUnkReserved) = Microsoft::VisualStudio::Shell::Interop::IVsSolutionEvents3::OnAfterMergeSolution;
int Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents3.OnAfterMergeSolution(winrt::Windows::Foundation::IInspectable const & pUnkReserved);
int IVsSolutionEvents3.OnAfterMergeSolution (object pUnkReserved);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents3.OnAfterMergeSolution : obj -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents3.OnAfterMergeSolution : obj -> int
Function OnAfterMergeSolution (pUnkReserved As Object) As Integer Implements IVsSolutionEvents3.OnAfterMergeSolution

Parameters

pUnkReserved
Object

Reserved.

Returns

The HRESULT.

Implements

Applies to