__FRAMECLOSE 枚举

,当关闭窗架时,指定接近的选项。

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

语法

声明
Public Enumeration __FRAMECLOSE
public enum __FRAMECLOSE

成员

成员名称 说明
FRAMECLOSE_NoSave 不要保存文档。
FRAMECLOSE_SaveIfDirty ,如果它是错误,请保存文档。
FRAMECLOSE_PromptSave 提示保存文档。

备注

这些保存选项 or'ed 与 RDTSAVEOPT_DocClose,从 __VSRDTSAVEOPTIONS 枚举,指示到环境事件是文档关闭请求的结果。

COM 签名

从 vsshell.idl:

请参见

参考

Microsoft.VisualStudio.Shell.Interop 命名空间