BuildDependencies Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |