SolutionContext.Collection 属性

返回包含支持此属性的 SolutionContext 对象的 SolutionContexts 集合。

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

语法

声明
ReadOnly Property Collection As SolutionContexts
SolutionContexts Collection { get; }
property SolutionContexts^ Collection {
    SolutionContexts^ get ();
}
abstract Collection : SolutionContexts
function get Collection () : SolutionContexts

属性值

类型:EnvDTE.SolutionContexts
一个 SolutionContexts 集合。

.NET Framework 安全性

请参见

参考

SolutionContext 接口

EnvDTE 命名空间

其他资源

如何:编译和运行自动化对象模型代码示例