SolutionEvents.IVsSolutionEvents.OnQueryUnloadProject(IVsHierarchy, Int32) Método

Definição

Ocorre quando há uma consulta sobre o descarregamento do projeto.

 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

Parâmetros

pRealHierarchy
IVsHierarchy

A hierarquia enquanto o projeto está aberto.

pfCancel
Int32

true Se o descarregamento for cancelado.

Retornos

Int32

O HRESULT.

Implementações

Aplica-se a