IVsSolutionEvents3.OnAfterMergeSolution(Object) Method
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);
C++/CX
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
- pUnkReserved
- Object
[in] Reserved for future use.
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
cpp#
HRESULT IVsSolutionEvents3::OnAfterMergeSolution(
[in] IUnknown *pUnkReserved
);
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |