SolutionEvents.IVsSolutionEvents.OnBeforeCloseSolution(Object) Method

Definition

Occurs on/before the solution is closed.

 virtual int Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents.OnBeforeCloseSolution(System::Object ^ pUnkReserved) = Microsoft::VisualStudio::Shell::Interop::IVsSolutionEvents::OnBeforeCloseSolution;
 virtual int Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents.OnBeforeCloseSolution(Platform::Object ^ pUnkReserved) = Microsoft::VisualStudio::Shell::Interop::IVsSolutionEvents::OnBeforeCloseSolution;
int Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents.OnBeforeCloseSolution(winrt::Windows::Foundation::IInspectable const & pUnkReserved);
int IVsSolutionEvents.OnBeforeCloseSolution (object pUnkReserved);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents.OnBeforeCloseSolution : obj -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents.OnBeforeCloseSolution : obj -> int
Function OnBeforeCloseSolution (pUnkReserved As Object) As Integer Implements IVsSolutionEvents.OnBeforeCloseSolution

Parameters

pUnkReserved
Object

Reserved.

Returns

The HRESULT.

Implements

Applies to