IVsUpdateSolutionEvents2.UpdateSolution_Done 方法 (Int32, Int32, Int32)

调用,当生成完成。

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

语法

声明
Function UpdateSolution_Done ( _
    fSucceeded As Integer, _
    fModified As Integer, _
    fCancelCommand As Integer _
) As Integer
int UpdateSolution_Done(
    int fSucceeded,
    int fModified,
    int fCancelCommand
)

参数

  • fSucceeded
    类型:System.Int32
    [in] true ,如果更新操作未失败。
  • fModified
    类型:System.Int32
    [in] true ,如果任何更新操作成功。
  • fCancelCommand
    类型:System.Int32
    [in] true ,如果更新操作已取消。

返回值

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

备注

COM 签名

从 vsshell.idl:

HRESULT IVsUpdateSolutionEvents2::UpdateSolution_Done(
   [in] BOOL fSucceeded,
   [in] BOOL fModified,
   [in] BOOL fCancelCommand
);

.NET Framework 安全性

请参见

参考

IVsUpdateSolutionEvents2 接口

UpdateSolution_Done 重载

Microsoft.VisualStudio.Shell.Interop 命名空间