XmlSchemaSet Methods
Assembly: System.Xml (in System.Xml.dll)
| Name | Description | |
|---|---|---|
![]() | Add(String^, String^) | Adds the XML Schema definition language (XSD) schema at the URL specified to the XmlSchemaSet. |
![]() | Add(String^, XmlReader^) | Adds the XML Schema definition language (XSD) schema contained in the XmlReader to the XmlSchemaSet. |
![]() | Add(XmlSchema^) | Adds the given XmlSchema to the XmlSchemaSet. |
![]() | Add(XmlSchemaSet^) | Adds all the XML Schema definition language (XSD) schemas in the given XmlSchemaSet to the XmlSchemaSet. |
![]() | Compile() | Compiles the XML Schema definition language (XSD) schemas added to the XmlSchemaSet into one logical schema. |
![]() | Contains(String^) | Indicates whether an XML Schema definition language (XSD) schema with the specified target namespace URI is in the XmlSchemaSet. |
![]() | Contains(XmlSchema^) | Indicates whether the specified XML Schema definition language (XSD) XmlSchema object is in the XmlSchemaSet. |
![]() | CopyTo(array<XmlSchema^>^, Int32) | Copies all the XmlSchema objects from the XmlSchemaSet to the given array, starting at the given index. |
![]() | 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.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | Remove(XmlSchema^) | Removes the specified XML Schema definition language (XSD) schema from the XmlSchemaSet. |
![]() | RemoveRecursive(XmlSchema^) | Removes the specified XML Schema definition language (XSD) schema and all the schemas it imports from the XmlSchemaSet. |
![]() | Reprocess(XmlSchema^) | Reprocesses an XML Schema definition language (XSD) schema that already exists in the XmlSchemaSet. |
![]() | Schemas() | Returns a collection of all the XML Schema definition language (XSD) schemas in the XmlSchemaSet. |
![]() | Schemas(String^) | Returns a collection of all the XML Schema definition language (XSD) schemas in the XmlSchemaSet that belong to the given namespace. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |

