VCReferences::AddAssemblyReferenceWithStrongName Method (String^, String^)

 

Adds an assembly (.NET) reference to the selected project using its strong name.

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

Object^ AddAssemblyReferenceWithStrongName(
	String^ bstrRef,
	String^ bstrAssemblyName
)

Parameters

bstrRef
Type: System::String^

A string representing the path of the assembly to add.

bstrAssemblyName
Type: System::String^

Strong name of the asembly.

Return Value

Type: System::Object^

The path of the assembly.

Return to top
Show: