System.Xml.Schema.XmlSchemaObjectTable Members

The members of System.Xml.Schema.XmlSchemaObjectTable are listed below.

See Also: Inherited members from System.Object

Public Properties

[read-only]
Countint.

Gets the number of items contained in the System.Xml.Schema.XmlSchemaObjectTable.

[read-only]
default property
Item(System.Xml.XmlQualifiedName)XmlSchemaObject. Documentation for this section has not yet been entered.
[read-only]
NamesICollection.

Returns a collection of all the named elements in the System.Xml.Schema.XmlSchemaObjectTable.

[read-only]
ValuesICollection.

Returns a collection of all the values for all the elements in the System.Xml.Schema.XmlSchemaObjectTable.

Public Methods

Contains(System.Xml.XmlQualifiedName) : bool

Determines if the qualified name specified exists in the collection.

GetEnumerator() : IDictionaryEnumerator

Returns an enumerator that can iterate through the System.Xml.Schema.XmlSchemaObjectTable.