AssemblyReferences.AddFromProject, méthode
Ajoute un objet AssemblyReference d'un autre projet.
Espace de noms : VsWebSite
Assembly : VsWebSite.Interop (dans VsWebSite.Interop.dll)
Syntaxe
'Déclaration
Sub AddFromProject ( _
pProj As Project _
)
void AddFromProject(
Project pProj
)
void AddFromProject(
[InAttribute] Project^ pProj
)
abstract AddFromProject :
pProj:Project -> unit
function AddFromProject(
pProj : Project
)
Paramètres
pProj
Type : ProjectNom fort qualifié complet d'un assembly.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.