FlavoredProject::IVsUIHierarchy::QueryClose Method (Int32)
Visual Studio 2015
Determines whether the hierarchy can be closed.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
private: virtual int QueryClose( [OutAttribute] int% pfCanClose ) sealed = IVsUIHierarchy::QueryClose
Parameters
- pfCanClose
-
Type:
System::Int32
[out] Returns true if the hierarchy can be closed, otherwise false.
Implements
IVsUIHierarchy::QueryClose(Int32)This method calls the QueryClose method, which in turn calls the QueryClose method, which calls the QueryClose method on the inner project.
Show: