FlavoredProject.IVsUIHierarchy.QueryClose(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the hierarchy can be closed.
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
Parameters
- pfCanClose
- Int32
[out] Returns true
if the hierarchy can be closed, otherwise false
.
Returns
true
if the hierarchy can be closed, otherwise false
.
Implements
Remarks
This method calls the QueryClose method, which in turn calls the QueryClose method, which calls the QueryClose method on the inner project.