Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

class System.​Xml.​Schema.​XmlSchemaObjectTable

Assembly: System.Xml.ReaderWriter

Inheritance: object → XmlSchemaObjectTable

Provides the collections for contained elements in the <see cref="T:System.Xml.Schema.XmlSchema" /> class (for example, Attributes, AttributeGroups, Elements, and so on).

Properties

public int
Count
Gets the number of items contained in the <see cref="T:System.Xml.Schema.XmlSchemaObjectTable" /> .
Item
Returns a collection of all the named elements in the <see cref="T:System.Xml.Schema.XmlSchemaObjectTable" /> .
Returns a collection of all the values for all the elements in the <see cref="T:System.Xml.Schema.XmlSchemaObjectTable" /> .

Methods

public bool
Contains​(XmlQualifiedName name)
Determines if the qualified name specified exists in the collection.
Returns <see langword="true" /> if the qualified name specified exists in the collection; otherwise, <see langword="false" /> .
name The <see cref="T:System.Xml.XmlQualifiedName" /> .
GetEnumerator​()
Returns an enumerator that can iterate through the <see cref="T:System.Xml.Schema.XmlSchemaObjectTable" /> .
Returns An <see cref="T:System.Collections.IDictionaryEnumerator" /> that can iterate through <see cref="T:System.Xml.Schema.XmlSchemaObjectTable" /> .
public bool
Equals​(object obj)
Inherited from object
protected void
Finalize​()
Inherited from object
public int
GetHashCode​()
Inherited from object
public Type
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object