DesignerAutoFormatCollection.Count 속성

정의

컬렉션의 DesignerAutoFormat 개체 수를 가져옵니다.

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

속성 값

컬렉션의 DesignerAutoFormat 개체 수입니다.

설명

Count 이 속성은 일반적으로 컬렉션의 개체를 반복할 때 상한 인덱스 확인에 사용됩니다. 컬렉션 인덱스는 0부터 시작하므로 첫 번째 요소는 인덱스에 있고 마지막 요소는 인 0Count-1스에 있습니다.

적용 대상

추가 정보