Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Function AddProjectReferenceByIdentifier ( _
Identifier As String _
) As Object
Object AddProjectReferenceByIdentifier(
string Identifier
)
Object^ AddProjectReferenceByIdentifier(
[InAttribute] String^ Identifier
)
abstract AddProjectReferenceByIdentifier :
Identifier:string -> Object
function AddProjectReferenceByIdentifier(
Identifier : String
) : Object
Parameters
- Identifier
Type: System.String
Unique identifier of the assembly.
Return Value
Type: System.Object
The path of the assembly.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.