XmlSchemaObjectTable 类

定义

提供 XmlSchema 类中包含的元素(例如,Attributes、AttributeGroups、Elements 等)的集合。

public ref class XmlSchemaObjectTable
public class XmlSchemaObjectTable
type XmlSchemaObjectTable = class
Public Class XmlSchemaObjectTable
继承
XmlSchemaObjectTable

属性

Count

获取 XmlSchemaObjectTable 中包含的项的数量。

Item[XmlQualifiedName]

返回由限定名指定的 XmlSchemaObjectTable 中的元素。

Names

返回 XmlSchemaObjectTable 中所有命名元素的集合。

Values

返回 XmlSchemaObjectTable 中所有元素的所有值的集合。

方法

Contains(XmlQualifiedName)

确定集合中是否存在指定的限定名。

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetEnumerator()

返回一个可以循环访问 XmlSchemaObjectTable 的枚举器。

GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于