IVsPrioritizedSolutionEvents.PrioritizedOnAfterMergeSolution(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.
Defines a method called after merging solutions but before OnAfterMergeSolution(Object).
public:
int PrioritizedOnAfterMergeSolution(System::Object ^ pUnkReserved);
public:
int PrioritizedOnAfterMergeSolution(Platform::Object ^ pUnkReserved);
int PrioritizedOnAfterMergeSolution(winrt::Windows::Foundation::IInspectable const & pUnkReserved);
public int PrioritizedOnAfterMergeSolution (object pUnkReserved);
abstract member PrioritizedOnAfterMergeSolution : obj -> int
Public Function PrioritizedOnAfterMergeSolution (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.