SolutionBuild2::BuildDependencies Property

 

Gets a BuildDependencies collection that allows you to specify which projects depend on which other projects.

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

property BuildDependencies^ BuildDependencies {
	BuildDependencies^ get();
}

Property Value

Type: EnvDTE::BuildDependencies^

A BuildDependencies collection.

This example creates a solution and adds a Visual C# console project to the solution. It then displays the number of build dependencies for the project.

No code example is currently available or this language may not be supported.
Return to top
Show: