IVsSolutionEvents3::OnAfterOpenSolution Method (Object^, Int32)
Visual Studio 2015
Notifies listening clients that the solution has been opened.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- pUnkReserved
-
Type:
System::Object^
[in] Reserved for future use.
- fNewSolution
-
Type:
System::Int32
[in] true if the solution is being created. false if the solution was created previously or is being loaded.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsSolutionEvents3::OnAfterOpenSolution( [in] IUnknown *pUnkReserved, [in] BOOL fNewSolution );
Show: