SolutionEvents.IVsSolutionEvents3.OnAfterCloseSolution(Object) Method

Definition

Occurs on/after the solution is closed.

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

Parameters

pUnkReserved
Object

Reserved.

Returns

The HRESULT.

Implements

Applies to