다음을 통해 공유


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

속성 값

Int32

ListItemCollection이 저장할 수 있는 최대 항목 수입니다.

설명

Capacity 속성을 사용하여 저장할 수 있는 ListItemCollection 최대 항목 수를 지정하거나 결정합니다.

적용 대상