SolutionConfigurations.Count 属性

获取指示 SolutionConfigurations 集合中的对象数的值。

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

语法

声明
ReadOnly Property Count As Integer
int Count { get; }
property int Count {
    int get ();
}
abstract Count : int
function get Count () : int

属性值

类型:System.Int32
指示 SolutionConfigurations 集合中对象数的整数值。

.NET Framework 安全性

请参见

参考

SolutionConfigurations 接口

EnvDTE 命名空间

其他资源

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