Package.QueryClose 方法

调用需要包,如果 shell 来关闭的。

命名空间:  Microsoft.VisualStudio.Shell
程序集:  Microsoft.VisualStudio.Shell.11.0(在 Microsoft.VisualStudio.Shell.11.0.dll 中)

语法

声明
Protected Overridable Function QueryClose ( _
    <OutAttribute> ByRef canClose As Boolean _
) As Integer
protected virtual int QueryClose(
    out bool canClose
)

参数

  • canClose
    类型:System.Boolean%
    [out] 返回 true ,如果 shell 来关闭的,否则 false。

返回值

类型:System.Int32
S_OK ,如果方法成功,否则错误代码。

备注

默认情况下此方法返回 canClose 作为 true 和 S_OK

.NET Framework 安全性

请参见

参考

Package 类

Microsoft.VisualStudio.Shell 命名空间