FlavoredProject.IVsUIHierarchy.QueryClose(Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
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.