Reference2.ContainingProject 属性

获取包含该引用的 Project

命名空间:  VSLangProj2
程序集:  VSLangProj2(在 VSLangProj2.dll 中)

语法

声明
ReadOnly Property ContainingProject As Project
Project ContainingProject { get; }
property Project^ ContainingProject {
    Project^ get ();
}
abstract ContainingProject : Project with get
function get ContainingProject () : Project

属性值

类型:Project
包含该引用的 Project 对象。

备注

使用此属性检索包含该引用的 Project 对象。

.NET Framework 安全性

请参阅

参考

Reference2 接口

VSLangProj2 命名空间