IVsWindowFrame.CloseFrame 方法

关闭一个窗口。

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

语法

声明
Function CloseFrame ( _
    grfSaveOptions As UInteger _
) As Integer
int CloseFrame(
    uint grfSaveOptions
)

参数

返回值

类型:System.Int32
如果方法成功,则返回 S_OK。如果失败,它会返回一个错误代码。

备注

COM 签名

从 vsshell.idl:

HRESULT IVsWindowFrame::CloseFrame(
   FRAMECLOSE grfSaveOptions
);

如果已关闭的站点每个文档窗口,用户 UI 提示是框架保存更改然后关闭窗口。 如果帧网站工具窗口,工具窗口隐藏不保存任何数据或提示用户。

.NET Framework 安全性

请参见

参考

IVsWindowFrame 接口

Microsoft.VisualStudio.Shell.Interop 命名空间