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!

XmlSchemaItems.Insert

[To be supplied.]

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

Parameters

index
[To be supplied.]
item
[To be supplied.]

See Also

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