BuildDependencies Interface

Represents all of the projects that the specified project depends on.

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

Syntax

'Declaration
<GuidAttribute("EAD260EB-1E5B-450A-B628-4CFADA11B4A1")> _
Public Interface BuildDependencies _
    Inherits IEnumerable
'Usage
Dim instance As BuildDependencies
[GuidAttribute("EAD260EB-1E5B-450A-B628-4CFADA11B4A1")]
public interface BuildDependencies : IEnumerable
[GuidAttribute(L"EAD260EB-1E5B-450A-B628-4CFADA11B4A1")]
public interface class BuildDependencies : IEnumerable
public interface BuildDependencies extends IEnumerable

Remarks

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

See Also

Reference

BuildDependencies Members

EnvDTE Namespace