ProjectBuildBeginEvent Class
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.
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, String) |
Initializes a new instance of the ProjectBuildBeginEvent class. |
ProjectBuildBeginEvent(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) |