IVCProjectEngineEvents.ProjectBuildStarted(Object) 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.
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