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
'Usage
Dim instance As BuildDependency
[GuidAttribute("9C5CEAAC-062F-4434-A2ED-78AB4D6134FE")]
public interface BuildDependency
[GuidAttribute(L"9C5CEAAC-062F-4434-A2ED-78AB4D6134FE")]
public interface class BuildDependency
public interface BuildDependency

Remarks

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

See Also

Reference

BuildDependency Members

EnvDTE Namespace