FlavoredProject.IVsUIHierarchy.QueryClose(Int32) 方法

定义

确定是否可以关闭层次结构。

 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

参数

pfCanClose
Int32

true 如果层次结构可关闭,则返回; 否则返回 false

返回

Int32

true 如果可以关闭层次结构,则为; 否则为 false

实现

注解

此方法调用 QueryClose 方法,该方法又调用 QueryClose 方法,该方法调用 QueryClose 内部项目的方法。

适用于