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!

XmlSchemaAnnotations.Insert

[To be supplied.]

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

Parameters

index
[To be supplied.]
annotation
[To be supplied.]

See Also

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