共用方式為


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

See Also

Reference

Package Class

Microsoft.VisualStudio.Shell Namespace