ConfigurationElementSchemaCollection.Count 属性

定义

获取此配置元素架构集合中的配置元素架构数。

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

属性值

对象中的 ConfigurationElementSchemaCollection 配置元素架构数。

实现

注解

可以使用 Count 属性设置循环访问对象集合的限制。 由于集合是从零开始的,因此请务必使用 Count 减 1 作为循环的上边界。

适用于