BuildDependency::RequiredProjects Property

 

Gets a list of the projects that must be built before the BuildDependency.Project project is built.

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

property Object^ RequiredProjects {
	Object^ get();
}

Property Value

Type: System::Object^

RequiredProjects returns a SafeArray of dependent projects.

Return to top
Show: