BuildDependencies Interface

Definition

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

public interface class BuildDependencies : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("EAD260EB-1E5B-450A-B628-4CFADA11B4A1")]
[System.Runtime.InteropServices.TypeLibType(4160)]
public interface BuildDependencies : System.Collections.IEnumerable
[System.Runtime.InteropServices.Guid("EAD260EB-1E5B-450A-B628-4CFADA11B4A1")]
public interface BuildDependencies : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("EAD260EB-1E5B-450A-B628-4CFADA11B4A1")>]
[<System.Runtime.InteropServices.TypeLibType(4160)>]
type BuildDependencies = interface
    interface IEnumerable
[<System.Runtime.InteropServices.Guid("EAD260EB-1E5B-450A-B628-4CFADA11B4A1")>]
type BuildDependencies = interface
    interface IEnumerable
Public Interface BuildDependencies
Implements IEnumerable
Attributes
Implements

Remarks

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

Properties

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.

Methods

GetEnumerator()

Gets an enumerator for items in the collection.

Item(Object)

Gets an indexed member of a BuildDependencies collection.

Applies to