BuildDependency Interface

Represents all of the projects that the specified project depends on to complete a build.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
<GuidAttribute("9C5CEAAC-062F-4434-A2ED-78AB4D6134FE")> _
Public Interface BuildDependency
[GuidAttribute("9C5CEAAC-062F-4434-A2ED-78AB4D6134FE")]
public interface BuildDependency
[GuidAttribute(L"9C5CEAAC-062F-4434-A2ED-78AB4D6134FE")]
public interface class BuildDependency
[<GuidAttribute("9C5CEAAC-062F-4434-A2ED-78AB4D6134FE")>]
type BuildDependency =  interface end
public interface BuildDependency

The BuildDependency type exposes the following members.

Properties

  Name Description
Public property Collection Returns the BuildDependencies collection containing the BuildDependency object that supports this property.
Public property DTE Gets the top-level extensibility object.
Public property Project Gets the Project associated with the object.
Public property RequiredProjects Gets a list of the projects that must be built before the BuildDependency.Project project is built.

Top

Methods

  Name Description
Public method AddProject Adds a project to the list of projects that must be built first.
Public method RemoveAllProjects Removes all projects from the list of projects that must be built first.
Public method RemoveProject Removes a project from the list that specifies the order in which projects are built.

Top

Remarks

Reference this object using Solution.SolutionBuild.BuildDependencies.Item.

See Also

Reference

EnvDTE Namespace