VCReferences::AddAssemblyReferenceWithStrongNameEx Method (String^, String^, Boolean)
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)
Object^ AddAssemblyReferenceWithStrongNameEx(
String^ bstrRef,
String^ bstrAssemblyName,
[OutAttribute] bool% created
)
Parameters
- bstrRef
-
Type:
System::String^
A string representing the path of the assembly to add.
- bstrAssemblyName
-
Type:
System::String^
Strong name of the asembly.
- created
-
Type:
System::Boolean
When this method returns, contains true if the reference is created; otherwise, false. This parameter is passed uninitialized.
This method is the same as the AddAssemblyReferenceWithStrongName method, but includes the created parameter to support interoperability.
Show: