SolutionEvents.IVsSolutionEvents.OnQueryUnloadProject(IVsHierarchy, Int32) Methode

Definition

Tritt auf, wenn eine Abfrage zum Entladen des Projekts vorliegt.

 virtual int Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents.OnQueryUnloadProject(Microsoft::VisualStudio::Shell::Interop::IVsHierarchy ^ pRealHierarchy, int % pfCancel) = Microsoft::VisualStudio::Shell::Interop::IVsSolutionEvents::OnQueryUnloadProject;
int IVsSolutionEvents.OnQueryUnloadProject (Microsoft.VisualStudio.Shell.Interop.IVsHierarchy pRealHierarchy, ref int pfCancel);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents.OnQueryUnloadProject : Microsoft.VisualStudio.Shell.Interop.IVsHierarchy * int -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents.OnQueryUnloadProject : Microsoft.VisualStudio.Shell.Interop.IVsHierarchy * int -> int
Function OnQueryUnloadProject (pRealHierarchy As IVsHierarchy, ByRef pfCancel As Integer) As Integer Implements IVsSolutionEvents.OnQueryUnloadProject

Parameter

pRealHierarchy
IVsHierarchy

Die Hierarchie, während das Projekt geöffnet ist.

pfCancel
Int32

true , wenn das Entladen abgebrochen wird.

Gibt zurück

Int32

Das HRESULT.

Implementiert

Gilt für