SolutionEvents.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.
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.