UIElementCollection.Capacity 속성

정의

UIElementCollection에 포함될 수 있는 요소의 수를 가져오거나 설정합니다.

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

속성 값

Int32

컬렉션에 포함될 수 있는 총 요소 수입니다.

적용 대상