XmlSchemaObjectTable Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides the collections for contained elements in the XmlSchema class (for example, Attributes, AttributeGroups, Elements, and so on).
public ref class XmlSchemaObjectTable
public class XmlSchemaObjectTable
type XmlSchemaObjectTable = class
Public Class XmlSchemaObjectTable
- Inheritance
-
XmlSchemaObjectTable
Properties
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. |
Methods
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) |
GetEnumerator() |
Returns an enumerator that can iterate through the XmlSchemaObjectTable. |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |