ConfigurationAttributeSchemaCollection.Count 속성

정의

이 구성 특성 스키마 컬렉션의 구성 특성 스키마 수를 가져옵니다.

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

속성 값

개체의 구성 특성 스키마 수입니다 ConfigurationAttributeSchemaCollection .

구현

설명

사용할 수는 Count 속성을 개체의 컬렉션을 반복 하는 루프의 한계를 설정 합니다. 컬렉션은 0부터 시작하므로 1을 루프의 위쪽 경계로 사용해야 Count 합니다.

적용 대상