IVsSolutionEvents.OnBeforeCloseSolution(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.
Notifies listening clients that the solution is about to be closed.
public:
int OnBeforeCloseSolution(System::Object ^ pUnkReserved);
public:
int OnBeforeCloseSolution(Platform::Object ^ pUnkReserved);
int OnBeforeCloseSolution(winrt::Windows::Foundation::IInspectable const & pUnkReserved);
public int OnBeforeCloseSolution (object pUnkReserved);
abstract member OnBeforeCloseSolution : obj -> int
Public Function OnBeforeCloseSolution (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.
Remarks
COM Signature
From vsshell.idl:
HRESULT IVsSolutionEvents::OnBeforeCloseSolution(
[in] IUnknown *pUnkReserved
);