ProjectBuildEndEvent Class

Definition

Event fires when project building is completed

public ref class ProjectBuildEndEvent : EventArgs
public class ProjectBuildEndEvent : EventArgs
type ProjectBuildEndEvent = class
    inherit EventArgs
Public Class ProjectBuildEndEvent
Inherits EventArgs
Inheritance
ProjectBuildEndEvent

Constructors

ProjectBuildEndEvent(String, BuildResult)

Initializes a new instance of the ProjectBuildEndEvent class.

ProjectBuildEndEvent(String, String, BuildResult)

Initializes a new instance of the ProjectBuildEndEvent class.

Properties

BuildConfiguration

The build configuration for this project

ProjectMoniker

Project moniker (usually the full path of the project file)

Result

Build outcome.

Applies to