IVCProjectEngineEvents2.ProjectBuildFinished Method

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
Sub ProjectBuildFinished ( _
    Cfg As Object, _
    warnings As Integer, _
    errors As Integer, _
    Cancelled As Boolean _
)
void ProjectBuildFinished(
    Object Cfg,
    int warnings,
    int errors,
    bool Cancelled
)
void ProjectBuildFinished(
    Object^ Cfg, 
    int warnings, 
    int errors, 
    bool Cancelled
)
abstract ProjectBuildFinished : 
        Cfg:Object * 
        warnings:int * 
        errors:int * 
        Cancelled:bool -> unit
function ProjectBuildFinished(
    Cfg : Object, 
    warnings : int, 
    errors : int, 
    Cancelled : boolean
)

Parameters

  • Cfg
    Type: Object
  • warnings
    Type: Int32
  • errors
    Type: Int32
  • Cancelled
    Type: Boolean

.NET Framework Security

See Also

Reference

IVCProjectEngineEvents2 Interface

Microsoft.VisualStudio.VCProjectEngine Namespace