Include Protected Members
Include Inherited Members
Manages a project configuration's build operation.
The BuildableProjectConfig type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
BuildableProjectConfig | Initializes a BuildableProjectConfig class. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
AdviseBuildStatusCallback | Registers the Visual Studio environment to receive notifications of build status events. |
![]() |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
get_ProjectCfg | Returns the project's configuration object. |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
QueryStartBuild | Determines whether or not a project is able to start a build operation. |
![]() |
QueryStartClean | Determines whether or not a project is able to delete all outputs from the previous build, a process known as a clean operation. |
![]() |
QueryStartUpToDateCheck | Determines whether or not a project is able to check if the current build is up to date. |
![]() |
QueryStatus | Determines whether or not a build operation has completed successfully. |
![]() |
StartBuild | Requests that a project begins the build process. |
![]() |
StartClean | Requests that a project begin a clean operation, which is the process of deleting all of the outputs from the previous build. |
![]() |
StartUpToDateCheck | Requests that a project begin an up-to-date check to determine if the current build is up to date or not. |
![]() |
Stop | Requests that a project stop building. |
![]() |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
![]() |
UnadviseBuildStatusCallback | Cancels the environment's registration to receive notifications of build status events. |
![]() |
Wait | Method information is not provided. Do not use this method. |
Top
.gif)
.gif)