XmlSchemaObjectTable Class
Provides the collections for contained elements in the XmlSchema class (for example, Attributes, AttributeGroups, Elements, and so on).
Assembly: System.Xml (in System.Xml.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of items contained in the XmlSchemaObjectTable. |
![]() | Item[XmlQualifiedName^] | Returns the element in the XmlSchemaObjectTable specified by qualified name. |
![]() | Names | Returns a collection of all the named elements in the XmlSchemaObjectTable. |
![]() | Values | Returns a collection of all the values for all the elements in the XmlSchemaObjectTable. |
| Name | Description | |
|---|---|---|
![]() | Contains(XmlQualifiedName^) | Determines if the qualified name specified exists in the collection. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetEnumerator() | Returns an enumerator that can iterate through the XmlSchemaObjectTable. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


