XmlSchemaCollection.Count 属性

定义

获取在该集合中定义的命名空间的数目。

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

属性值

Int32

在该集合中定义的命名空间的数目。

实现

注解

重要

XmlSchemaCollection类在 .NET Framework 版本 2.0 中已过时,并且已替换为该XmlSchemaSet类。

适用于