IVsRunningDocTableEvents3.OnAfterSave 方法 (UInt32)

调用的,在上运行的文档后表 (RDT)保存。

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

语法

声明
Function OnAfterSave ( _
    docCookie As UInteger _
) As Integer
int OnAfterSave(
    uint docCookie
)

参数

  • docCookie
    类型:System.UInt32
    [in] 表示已更改属性的文档的抽象值。

返回值

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

备注

如果您希望该项目或解决方案当前是否正在关闭,您在收到 OnAfterSave 通知后,需要监视在 IVsSolutionEvents3 接口的事件。具体方法为:

  1. 查询 SVsSolution 服务访问 IVsSolution 接口。

  2. IVsSolution 接口的 IVsSolution2 接口

  3. 接下来,调用 AdviseSolutionEvents 方法通过在 IVsSolutionEvents3的实现。

COM 签名

从 vsshell.idl:

HRESULT IVsRunningDocTableEvents3::OnAfterSave(
   [in] VSCOOKIE docCookie
);

.NET Framework 安全性

请参见

参考

IVsRunningDocTableEvents3 接口

OnAfterSave 重载

Microsoft.VisualStudio.Shell.Interop 命名空间