VisualCollection.Capacity 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 VisualCollection 可包含的項目數目。
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
屬性值
VisualCollection 可包含的項目數。
例外狀況
備註
的值 Capacity 是 能夠儲存的專案 VisualCollection 數目。 Count 是 實際在 中的 VisualCollection 視覺效果數目。 Capacity 一律大於或等於 Count 。 如果 Count 新增元素時超過 Capacity ,則會增加 的 VisualCollection 容量。 Capacity預設為零。