VCReferences::AddAssemblyReference Method (String^)

 

Adds an assembly (.NET) reference to the selected project.

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

Object^ AddAssemblyReference(
	String^ bstrRef
)

Parameters

bstrRef
Type: System::String^

A string representing the path of the assembly to add.

Return Value

Type: System::Object^

The path of the assembly.

Return to top
Show: