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.

XmlSchemaExporter::ExportAnyType Method (String^)

 

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.

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

public:
String^ ExportAnyType(
	String^ ns
)

Parameters

ns
Type: System::String^

The namespace of the XML schema document to which to add an <any> element.

Return Value

Type: System::String^

An arbitrary name assigned to the <any> element declaration.

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
Return to top
Show:
© 2017 Microsoft