IVCBuildCompleteCallback.OnBuildCompleted(UInt32, 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.
public:
void OnBuildCompleted(System::UInt32 buildId, bool fSuccessful);
public:
void OnBuildCompleted(unsigned int buildId, bool fSuccessful);
void OnBuildCompleted(unsigned int buildId, bool fSuccessful);
public void OnBuildCompleted (uint buildId, bool fSuccessful);
abstract member OnBuildCompleted : uint32 * bool -> unit
Public Sub OnBuildCompleted (buildId As UInteger, fSuccessful As Boolean)
Parameters
- buildId
- UInt32
- fSuccessful
- Boolean