ModelingEditorFactory.OnAfterOpenSolution(Object, Int32) Method

Definition

IVsSolutionEvents.OnAfterOpenSolution

public:
 virtual int OnAfterOpenSolution(System::Object ^ pUnkReserved, int fNewSolution);
public int OnAfterOpenSolution (object pUnkReserved, int fNewSolution);
abstract member OnAfterOpenSolution : obj * int -> int
override this.OnAfterOpenSolution : obj * int -> int
Public Function OnAfterOpenSolution (pUnkReserved As Object, fNewSolution As Integer) As Integer

Parameters

pUnkReserved
Object
fNewSolution
Int32

Returns

Implements

Applies to