Package.QueryClose Method (Boolean)
Visual Studio 2015
Called to ask the package if the shell can be closed.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Protected Overridable Function QueryClose ( <OutAttribute> ByRef canClose As Boolean ) As Integer
Parameters
- canClose
-
Type:
System.Boolean
[out] Returns true if the shell can be closed, otherwise false.
Show: