Reference2.ContainingProject, propriété
Obtient le Project qui contient la référence.
Espace de noms : VSLangProj2
Assembly : VSLangProj2 (dans VSLangProj2.dll)
Syntaxe
'Déclaration
ReadOnly Property ContainingProject As Project
Project ContainingProject { get; }
property Project^ ContainingProject {
Project^ get ();
}
abstract ContainingProject : Project
function get ContainingProject () : Project
Valeur de propriété
Type : EnvDTE.Project
Un objet Project contenant la référence.
Notes
Utilisez cette propriété pour récupérer l'objet Project qui inclut la référence.
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, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.