FlavoredProjectBase.IVsUIHierarchy.QueryClose(Int32) Method

Definition

 virtual int Microsoft.VisualStudio.Shell.Interop.IVsUIHierarchy.QueryClose([Runtime::InteropServices::Out] int % pfCanClose) = Microsoft::VisualStudio::Shell::Interop::IVsUIHierarchy::QueryClose;
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

Returns

The HRESULT.

Implements

Applies to