ComboBox.ObjectCollection.Count 속성

정의

컬렉션의 항목 수를 가져옵니다.

public:
 property int Count { int get(); };
public int Count { get; }
member this.Count : int
Public ReadOnly Property Count As Integer

속성 값

Int32

컬렉션의 항목 수입니다.

구현

설명

이 속성을 사용하면 ComboBox. 컬렉션의 값을 반복할 때 이 값을 사용할 수 있습니다.

적용 대상

추가 정보