Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

XmlDocument::Validate Method

 

Validates the XmlDocument against the XML Schema Definition Language (XSD) schemas contained in the Schemas property.

Namespace:   System.Xml
Assembly:  System.Xml (in System.Xml.dll)

NameDescription
System_CAPS_pubmethodValidate(ValidationEventHandler^)

Validates the XmlDocument against the XML Schema Definition Language (XSD) schemas contained in the Schemas property.

System_CAPS_pubmethodValidate(ValidationEventHandler^, XmlNode^)

Validates the XmlNode object specified against the XML Schema Definition Language (XSD) schemas in the Schemas property.

Return to top
Show:
© 2017 Microsoft