BuildDependency::AddProject Method (String^)

 

Adds a project to the list of projects that must be built first.

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

void AddProject(
	String^ ProjectUniqueName
)

Parameters

ProjectUniqueName
Type: System::String^

Required. The name of the project from the UniqueName property to add as a dependency.

If a call to AddProject creates a build dependency cycle, then the call fails.

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