XmlDocument.Validate Method
.NET Framework 4.5
Validates the XmlDocument against the XML Schema Definition Language (XSD) schemas contained in the Schemas property.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Validate(ValidationEventHandler) | Validates the XmlDocument against the XML Schema Definition Language (XSD) schemas contained in the Schemas property. |
|
Validate(ValidationEventHandler, XmlNode) | Validates the XmlNode object specified against the XML Schema Definition Language (XSD) schemas in the Schemas property. |