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!

XmlSchemaImporter Constructor

[To be supplied.]

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

Parameters

schemas
[To be supplied.]

See Also

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