FlavoredProject.IVsUIHierarchy.QueryClose(Int32) Méthode

Définition

Détermine si la hiérarchie peut être fermée.

 virtual int Microsoft.VisualStudio.Shell.Interop.IVsUIHierarchy.QueryClose([Runtime::InteropServices::Out] int % pfCanClose) = Microsoft::VisualStudio::Shell::Interop::IVsUIHierarchy::QueryClose;
int Microsoft.VisualStudio.Shell.Interop.IVsUIHierarchy.QueryClose([Runtime::InteropServices::Out] int & pfCanClose);
int IVsUIHierarchy.QueryClose (out int pfCanClose);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsUIHierarchy.QueryClose : int -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsUIHierarchy.QueryClose : int -> int
Function QueryClose (ByRef pfCanClose As Integer) As Integer Implements IVsUIHierarchy.QueryClose

Paramètres

pfCanClose
Int32

[out] Retourne true si la hiérarchie peut être fermée, sinon false.

Retours

Int32

true si la hiérarchie peut être fermée, sinon false.

Implémente

Remarques

Cette méthode appelle la QueryClose méthode, qui à son tour appelle la QueryClose méthode, qui appelle la QueryClose méthode sur le projet interne.

S’applique à