IVbcHostObject5.EndCompile(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Performs functions at the end of compilation.
public:
int EndCompile(bool buildSuccess);
public int EndCompile (bool buildSuccess);
abstract member EndCompile : bool -> int
Public Function EndCompile (buildSuccess As Boolean) As Integer
Parameters
- buildSuccess
- Boolean
A flag indicating whether the build succeeded. Value is true
for success.
Returns
Returns 0 if the method was successful.