Partager via


VCReferences.AddProjectReference, méthode

Ajoute une référence de projet au projet.

Espace de noms :  Microsoft.VisualStudio.VCProjectEngine
Assembly :  Microsoft.VisualStudio.VCProjectEngine (dans Microsoft.VisualStudio.VCProjectEngine.dll)

Syntaxe

'Déclaration
Function AddProjectReference ( _
    proj As Object _
) As Object
Object AddProjectReference(
    Object proj
)
Object^ AddProjectReference(
    [InAttribute] Object^ proj
)
abstract AddProjectReference : 
        proj:Object -> Object 
function AddProjectReference(
    proj : Object
) : Object

Paramètres

Valeur de retour

Type : System.Object
Objet représentant la référence de projet.

Notes

Vous pouvez référencer uniquement des projets chargés.

Sécurité .NET Framework

Voir aussi

Référence

VCReferences Interface

Microsoft.VisualStudio.VCProjectEngine, espace de noms