OrderedCollectionBase<T>.Count - Propriété
Obtient le nombre d'éléments dans la Collection
Espace de noms : Microsoft.Office.Server.Search.Query.Rules
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Count As Integer
Get
'Utilisation
Dim instance As OrderedCollectionBase
Dim value As Integer
value = instance.Count
public int Count { get; }
Valeur de propriété
Type : System.Int32
Voir aussi
Référence
OrderedCollectionBase<T> classe