Share via


IVbcHostObject5.EndCompile(Boolean) Method

Definition

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.

Applies to