XmlSchemaExporter::ExportAnyType Method (String^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Exports an <any> element to the XmlSchema object that is identified by the specified namespace.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- ns
-
Type:
System::String^
The namespace of the XML schema document to which to add an <any> element.
You do not need to call the method directly.
The ServiceDescriptionReflector creates ServiceDescription objects from classes that are identified as Web services.
A field or property of type XmlElement, with an attribute XmlAnyElementAttribute, is translated into an <any> element.
.NET Framework
Available since 1.1
Available since 1.1
Show: