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.

XmlSchemas::Compile Method (ValidationEventHandler^, Boolean)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Processes the element and attribute names in the XML schemas and, optionally, validates the XML schemas.

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

public:
void Compile(
	ValidationEventHandler^ handler,
	bool fullCompile
)

Parameters

handler
Type: System.Xml.Schema::ValidationEventHandler^

A ValidationEventHandler that specifies the callback method that handles errors and warnings during XML Schema validation, if the strict parameter is set to true.

fullCompile
Type: System::Boolean

true to validate the XML schemas in the collection using the Compile method of the XmlSchemas class; otherwise, false.

The following list identifies situations in which the Compile method is called:

  • By the ServiceDescriptionReflector class while creating ServiceDescription objects from classes that are identified as Web services.

  • By the Wsdl.exe tool or the ServiceDescriptionImporter class, while generating client proxy classes or abstract server classes from a Web Services Description Language (WSDL) document.

  • By the Xsd.exe tool while generating XML schemas from types found in assemblies.

Instead of calling the Compile method directly, use the previously mentioned classes or tools.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft