IVCCollection.Count 属性

获取一个值,该值指示集合中对象的数目。

命名空间:  Microsoft.VisualStudio.VCProjectEngine
程序集:  Microsoft.VisualStudio.VCProjectEngine(在 Microsoft.VisualStudio.VCProjectEngine.dll 中)

语法

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

属性值

类型:System.Int32
集合中的对象数。

.NET Framework 安全性

请参见

参考

IVCCollection 接口

Microsoft.VisualStudio.VCProjectEngine 命名空间