SolutionEvents.IVsSolutionEvents3.OnBeforeCloseSolution(Object) Method

Definition

Occurs on/before the solution is closed.

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

Parameters

pUnkReserved
Object

Reserved.

Returns

The HRESULT.

Implements

Applies to