共用方式為


ModelingEditorFactory.OnQueryCloseSolution(Object, Int32) Method

Definition

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

Returns

Implements

Applies to