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
[GuidAttribute("EAD260EB-1E5B-450A-B628-4CFADA11B4A1")]
public interface BuildDependencies : IEnumerable
[GuidAttribute(L"EAD260EB-1E5B-450A-B628-4CFADA11B4A1")]
public interface class BuildDependencies : IEnumerable
[<GuidAttribute("EAD260EB-1E5B-450A-B628-4CFADA11B4A1")>]
type BuildDependencies =
interface
interface IEnumerable
end
public interface BuildDependencies extends IEnumerable
The BuildDependencies type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Returns a value indicating the number of objects in the BuildDependencies collection. | |
DTE | Gets the top-level extensibility object. | |
Parent | Gets the immediate parent object of a BuildDependencies collection. |
Top
Methods
Name | Description | |
---|---|---|
GetEnumerator | Gets an enumerator for items in the collection. | |
Item | Gets an indexed member of a BuildDependencies collection. |
Top
Remarks
Reference this object using Solution.SolutionBuild.BuildDependencies.Item.