IVsPrioritizedSolutionEvents.PrioritizedOnBeforeCloseSolution(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 OnBeforeCloseSolution(Object) and before closing the solution.
public:
int PrioritizedOnBeforeCloseSolution(System::Object ^ pUnkReserved);
public:
int PrioritizedOnBeforeCloseSolution(Platform::Object ^ pUnkReserved);
int PrioritizedOnBeforeCloseSolution(winrt::Windows::Foundation::IInspectable const & pUnkReserved);
public int PrioritizedOnBeforeCloseSolution (object pUnkReserved);
abstract member PrioritizedOnBeforeCloseSolution : obj -> int
Public Function PrioritizedOnBeforeCloseSolution (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.