SolutionEvents.IVsSolutionEvents2.OnBeforeCloseProject(IVsHierarchy, Int32) Methode

Definition

Tritt ein, bevor das Projekt geschlossen wird.

 virtual int Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents2.OnBeforeCloseProject(Microsoft::VisualStudio::Shell::Interop::IVsHierarchy ^ pHierarchy, int fRemoved) = Microsoft::VisualStudio::Shell::Interop::IVsSolutionEvents2::OnBeforeCloseProject;
 virtual int Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents2.OnBeforeCloseProject(Microsoft::VisualStudio::Shell::Interop::IVsHierarchy ^ pHierarchy, int fRemoved) = Microsoft::VisualStudio::Shell::Interop::IVsSolutionEvents2::OnBeforeCloseProject;
int Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents2.OnBeforeCloseProject(Microsoft::VisualStudio::Shell::Interop::IVsHierarchy const & pHierarchy, int fRemoved);
int IVsSolutionEvents2.OnBeforeCloseProject (Microsoft.VisualStudio.Shell.Interop.IVsHierarchy pHierarchy, int fRemoved);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents2.OnBeforeCloseProject : Microsoft.VisualStudio.Shell.Interop.IVsHierarchy * int -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents2.OnBeforeCloseProject : Microsoft.VisualStudio.Shell.Interop.IVsHierarchy * int -> int
Function OnBeforeCloseProject (pHierarchy As IVsHierarchy, fRemoved As Integer) As Integer Implements IVsSolutionEvents2.OnBeforeCloseProject

Parameter

pHierarchy
IVsHierarchy

Die Hierarchie.

fRemoved
Int32

true , wenn das Projekt entfernt werden soll.

Gibt zurück

Int32

Das HRESULT.

Implementiert

Gilt für