ListItemCollection.Capacity Propriété

Définition

Obtient ou définit le nombre maximal d'éléments que ListItemCollection peut stocker.

public:
 property int Capacity { int get(); void set(int value); };
public int Capacity { get; set; }
member this.Capacity : int with get, set
Public Property Capacity As Integer

Valeur de propriété

Int32

Nombre maximal d'éléments que ListItemCollection peut stocker.

Remarques

Utilisez la Capacity propriété pour spécifier ou déterminer le nombre maximal d’éléments que le ListItemCollection magasin peut stocker.

S’applique à