IVsDeployableProjectCfg2.Commit(UInt32) 方法

定义

如果所有部署均已成功,则调用方法。

public:
 int Commit(System::UInt32 dwReserved);
public:
 int Commit(unsigned int dwReserved);
int Commit(unsigned int dwReserved);
public int Commit (uint dwReserved);
abstract member Commit : uint32 -> int
Public Function Commit (dwReserved As UInteger) As Integer

参数

dwReserved
UInt32

保留。 请勿使用。

返回

Int32

如果该方法成功,则它会返回 S_OK。 如果该方法失败,则会返回错误代码。

实现

适用于