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