FlavoredProject.IVsUIHierarchy.QueryClose(Int32) Method

Definition

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.

Applies to