IVCProjectEngineEvents.ProjectBuildStarted(Object) Method

Definition

Signifies that the building of a project has begun.

public:
 void ProjectBuildStarted(System::Object ^ Cfg);
public:
 void ProjectBuildStarted(Platform::Object ^ Cfg);
void ProjectBuildStarted(winrt::Windows::Foundation::IInspectable const & Cfg);
[System.Runtime.InteropServices.DispId(282)]
public void ProjectBuildStarted (object Cfg);
[<System.Runtime.InteropServices.DispId(282)>]
abstract member ProjectBuildStarted : obj -> unit
Public Sub ProjectBuildStarted (Cfg As Object)

Parameters

Cfg
Object

Required. The configuration.

Attributes

Applies to