Package.IVsPackage.QueryClose Method (Int32)
Visual Studio 2015
This API supports the product infrastructure and is not intended to be used directly from your code.
Called to ask the VSPackage if the Visual Studio shell can be closed.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
private abstract QueryClose : close:int byref -> int private override QueryClose : close:int byref -> int
Parameters
- close
-
Type:
System.Int32
Set canClose to false if you want to prevent the shell from closing
Return Value
Type: System.Int32If the method succeeds, it returns S_OK, otherwise it returns an error code.
Implements
IVsPackage.QueryClose(Int32)
Show: