VCReferences::AddProjectReference Method (Object^)

 

Adds a project reference to the project.

Namespace:   Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Object^ AddProjectReference(
	Object^ proj
)

Parameters

proj
Type: System::Object^

The project reference to add.

Return Value

Type: System::Object^

An object representing the project reference.

You can reference only loaded projects.

Return to top
Show: