EqtBaseCollection<T>.Count 属性

获取集合中项的数目。

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

语法

声明
Public Overridable ReadOnly Property Count As Integer
    Get
public virtual int Count { get; }
public:
virtual property int Count {
    int get ();
}
abstract Count : int
override Count : int
function get Count () : int

属性值

类型:System.Int32
一个 int,用于指示集合中的项数。

实现

ICollection<T>.Count

.NET Framework 安全性

请参见

参考

EqtBaseCollection<T> 类

Microsoft.VisualStudio.TestTools.Common 命名空间