SolutionEvents.IVsSolutionEvents2.OnAfterOpenSolution(Object, Int32) Method

Definition

Occurs on/after the solution is open.

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

Parameters

pUnkReserved
Object

Reserved.

fNewSolution
Int32

true if the solution is new.

Returns

The HRESULT.

Implements

Applies to