SolutionEvents.IVsSolutionEvents.OnQueryCloseSolution(Object, Int32) Methode

Definition

Tritt auf, wenn eine Abfrage zum Schließen der Projekt Mappe vorhanden ist.

 virtual int Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents.OnQueryCloseSolution(System::Object ^ pUnkReserved, int % pfCancel) = Microsoft::VisualStudio::Shell::Interop::IVsSolutionEvents::OnQueryCloseSolution;
int IVsSolutionEvents.OnQueryCloseSolution (object pUnkReserved, ref int pfCancel);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents.OnQueryCloseSolution : obj * int -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents.OnQueryCloseSolution : obj * int -> int
Function OnQueryCloseSolution (pUnkReserved As Object, ByRef pfCancel As Integer) As Integer Implements IVsSolutionEvents.OnQueryCloseSolution

Parameter

pUnkReserved
Object

Reserviert.

pfCancel
Int32

true , wenn die Schließung abgebrochen wird.

Gibt zurück

Int32

Das HRESULT.

Implementiert

Gilt für