IVsUIHierarchy::QueryClose Method (Int32)

 

Determines whether the given hierarchy can be closed.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

int QueryClose(
	[OutAttribute] int% pfCanClose
)

Parameters

pfCanClose
Type: System::Int32

[out] If true, then the hierarchy can be closed. If false, then the hierarchy cannot be closed.

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

From vsshell.idl:

HRESULT IVsUIHierarchy::QueryClose(
   [out] BOOL *pfCanClose
);
Return to top
Show: