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!

XmlSchemaTopItems.OnInsert

[To be supplied.]

[Visual Basic]
Overrides Protected Sub OnInsert( _
   ByVal index As Integer, _
   ByVal item As Object _
)
[C#]
protected override void OnInsert(
   int index,
   object item
);
[C++]
protected: override void OnInsert(
   int index,
   Object* item
);
[JScript]
protected override function OnInsert(
   index : int,
   item : Object
);

Parameters

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

See Also

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