VCReferences::AddAssemblyReferenceWithStrongName Method (String^, String^)
Visual Studio 2015
Adds an assembly (.NET) reference to the selected project using its strong name.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Parameters
- bstrRef
-
Type:
System::String^
A string representing the path of the assembly to add.
- bstrAssemblyName
-
Type:
System::String^
Strong name of the asembly.
Show: