ModelingEditorFactory.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.
IVsSolutionEvents.OnBeforeCloseSolution
public:
virtual int OnBeforeCloseSolution(System::Object ^ pUnkReserved);
public int OnBeforeCloseSolution (object pUnkReserved);
abstract member OnBeforeCloseSolution : obj -> int
override this.OnBeforeCloseSolution : obj -> int
Public Function OnBeforeCloseSolution (pUnkReserved As Object) As Integer
Parameters
- pUnkReserved
- Object