VCReferences::AddProjectReferenceByIdentifierEx Method (String^, Boolean)
Visual Studio 2015
Adds an assembly (.NET) reference to the selected project using its unique identifier.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Object^ AddProjectReferenceByIdentifierEx(
String^ Identifier,
[OutAttribute] bool% created
)
Parameters
- Identifier
-
Type:
System::String^
Unique identifier of the assembly.
- 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 AddProjectReferenceByIdentifier method, but includes the created parameter to support interoperability.
Show: