NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlSchemaExporter Constructor

[To be supplied.]

[Visual Basic]
Public Sub New( _
   ByVal schemas As XmlSchemas _
)
[C#]
public XmlSchemaExporter(
   XmlSchemas schemas
);
[C++]
public: XmlSchemaExporter(
   XmlSchemas* schemas
);
[JScript]
public function XmlSchemaExporter(
   schemas : XmlSchemas
);

Parameters

schemas
[To be supplied.]

See Also

XmlSchemaExporter Class | XmlSchemaExporter Members | System.Xml.Serialization Namespace