IVsWindowFrameNotify2.OnClose 方法

通知 VSPackage 窗架是结束并对环境执行哪些操作。

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

语法

声明
Function OnClose ( _
    <OutAttribute> ByRef pgrfSaveOptions As UInteger _
) As Integer
int OnClose(
    out uint pgrfSaveOptions
)

参数

  • pgrfSaveOptions
    类型:System.UInt32%
    [in, out] 提供保存的 windows 目录指定选项。值从 __FRAMECLOSE 枚举中采用。

返回值

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

备注

COM 签名

从 vsshell.idl:

HRESULT IVsWindowFrameNotify2::OnClose(
   [in, out] FRAMECLOSE *pgrfSaveOptions
);

实现应开发代码通知用户和提示保存和关闭并出现这些决策到环境通过 IVsWindowFrameNotify2

.NET Framework 安全性

请参见

参考

IVsWindowFrameNotify2 接口

Microsoft.VisualStudio.Shell.Interop 命名空间