Include Protected Members
Include Inherited Members
Manages a project configuration's build operation.
The IVsBuildableProjectCfg type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .gif) | AdviseBuildStatusCallback | Registers the environment to receive notifications of build status events. | 
| .gif) | get_ProjectCfg | Obsolete method. Do not use. | 
| .gif) | QueryStartBuild | Determines whether or not a project is able to start a build operation. | 
| .gif) | QueryStartClean | Determines whether or not a project is able to delete all outputs from the previous build, a process known as a clean operation. | 
| .gif) | QueryStartUpToDateCheck | Determines whether or not a project is able to check if the current build is up to date. | 
| .gif) | QueryStatus | Determines whether or not a build operation has completed successfully. | 
| .gif) | StartBuild | Requests that a project begin building. | 
| .gif) | StartClean | Requests that a project begin a clean operation, which is the process of deleting all of the outputs from the previous build. | 
| .gif) | StartUpToDateCheck | Requests that a project begin an up-to-date check to determine whether or not the current build is up to date. | 
| .gif) | Stop | Requests that a project stop building. | 
| .gif) | UnadviseBuildStatusCallback | Cancels the environment's registration to receive notifications of build status events. | 
| .gif) | Wait | Obsolete method. Do not use. | 
Top