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!

XmlSchemas.Insert

[To be supplied.]

[Visual Basic]
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal schema As XmlSchema _
)
[C#]
public void Insert(
   int index,
   XmlSchema schema
);
[C++]
public: void Insert(
   int index,
   XmlSchema* schema
);
[JScript]
public function Insert(
   index : int,
   schema : XmlSchema
);

Parameters

index
[To be supplied.]
schema
[To be supplied.]

See Also

XmlSchemas Class | XmlSchemas Members | System.Xml.Serialization.Schema Namespace