Package.QueryClose Method
Called to ask the package if the shell can be closed.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
‘선언
Protected Overridable Function QueryClose ( _
<OutAttribute> ByRef canClose As Boolean _
) As Integer
protected virtual int QueryClose(
out bool canClose
)
Parameters
- canClose
Type: System.Boolean%
[out] Returns true if the shell can be closed, otherwise false.
Return Value
Type: System.Int32
S_OK if the method succeeded, otherwise an error code.
Remarks
By default this method returns canClose as true and S_OK.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.