FlavoredProject::IVsHierarchy::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% canClose ) sealed = IVsHierarchy::QueryClose
Parameters
- canClose
-
Type:
System::Int32
[out] Returns true if the hierarchy can be closed, otherwise false.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Implements
IVsHierarchy::QueryClose(Int32)This method calls the QueryClose method, which calls the QueryClose method on the inner project.
Show: