Partager via


EqtBaseCollection<T>.Count, propriété

Obtient le nombre d'éléments de la collection.

Espace de noms :  Microsoft.VisualStudio.TestTools.Common
Assembly :  Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Déclaration
Public Overridable ReadOnly Property Count As Integer
public virtual int Count { get; }
public:
virtual property int Count {
    int get ();
}
abstract Count : int with get 
override Count : int with get
function get Count () : int

Valeur de propriété

Type : Int32
int qui indique le nombre d'éléments dans la collection.

Implémentations

ICollection.Count

Sécurité .NET Framework

Voir aussi

Référence

EqtBaseCollection<T> Classe

Microsoft.VisualStudio.TestTools.Common, espace de noms