VCReferences.Count 属性

获取 VCReferences 集合中的 VCReference 对象数。

命名空间:  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
VCReferences 集合中的 VCReference 对象数。

.NET Framework 安全性

请参见

参考

VCReferences 接口

Microsoft.VisualStudio.VCProjectEngine 命名空间