BuildDependency Members
Visual Studio 2005
Represents all of the projects that the specified project depends on to complete a build.
The following tables list the members exposed by the BuildDependency type.
| Name | Description | |
|---|---|---|
| Collection | Returns the BuildDependencies collection containing the BuildDependency object that supports this property. |
| DTE | Gets the top-level extensibility object. |
| Project | Gets the Project associated with the object. |
| RequiredProjects | Gets a list of the projects that must be built before the BuildDependency.Project project is built. |
| Name | Description | |
|---|---|---|
| AddProject | Adds a project to the list of projects that must be built first. |
| RemoveAllProjects | Removes all projects from the list of projects that must be built first. |
| RemoveProject | Removes a project from the list that specifies the order in which projects are built. |