ModelingEditorFactory.OnQueryCloseSolution(Object, Int32) 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.OnQueryCloseSolution
public:
virtual int OnQueryCloseSolution(System::Object ^ pUnkReserved, int % pfCancel);
public int OnQueryCloseSolution (object pUnkReserved, ref int pfCancel);
abstract member OnQueryCloseSolution : obj * int -> int
override this.OnQueryCloseSolution : obj * int -> int
Public Function OnQueryCloseSolution (pUnkReserved As Object, ByRef pfCancel As Integer) As Integer
Parameters
- pUnkReserved
- Object
- pfCancel
- Int32