Share via


IVsPrioritizedSolutionEvents.PrioritizedOnBeforeCloseSolution(Object) Method

Definition

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.

Applies to