_dispVCProjectEngineEvents_SinkHelper.ProjectBuildFinished Method

Definition

Microsoft Internal Use Only.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 override void ProjectBuildFinished(System::Object ^ A_1, int A_2, int A_3, bool A_4);
public:
 override void ProjectBuildFinished(Platform::Object ^ A_1, int A_2, int A_3, bool A_4);
 override void ProjectBuildFinished(winrt::Windows::Foundation::IInspectable const & A_1, int A_2, int A_3, bool A_4);
public override void ProjectBuildFinished (object A_1, int A_2, int A_3, bool A_4);
abstract member ProjectBuildFinished : obj * int * int * bool -> unit
override this.ProjectBuildFinished : obj * int * int * bool -> unit
Public Overrides Sub ProjectBuildFinished (A_1 As Object, A_2 As Integer, A_3 As Integer, A_4 As Boolean)

Parameters

A_1
Object
A_2
Int32
A_3
Int32
A_4
Boolean

Implements

Applies to