ProjectBuildBeginEvent Class

Definition

Event fires when project begin building

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

Constructors

ProjectBuildBeginEvent(String)

Initializes a new instance of the ProjectBuildBeginEvent class.

ProjectBuildBeginEvent(String, String)

Initializes a new instance of the ProjectBuildBeginEvent class.

Properties

BuildConfiguration

The build configuration for this project

ProjectMoniker

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

Applies to