VCReferences::AddProjectReferenceByIdentifierEx Method (String^, Boolean)

 

Adds an assembly (.NET) reference to the selected project using its unique identifier.

Namespace:   Microsoft.VisualStudio.VCProjectEngine
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.

Return Value

Type: System::Object^

The path of the assembly.

This method is the same as the AddProjectReferenceByIdentifier method, but includes the created parameter to support interoperability.

Return to top
Show: