共用方式為


ListItemCollection.Capacity 屬性

定義

取得或設定 ListItemCollection 可以儲存之項目的最大數目。

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

屬性值

ListItemCollection 可以儲存項目的最大數目。

備註

Capacity使用 屬性來指定或決定可以儲存的專案 ListItemCollection 數目上限。

適用於