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.IndexOf

[To be supplied.]

[Visual Basic]
Public Function IndexOf( _
   ByVal annotation As XmlSchemaAnnotation _
) As Integer
[C#]
public int IndexOf(
   XmlSchemaAnnotation annotation
);
[C++]
public: int IndexOf(
   XmlSchemaAnnotation* annotation
);
[JScript]
public function IndexOf(
   annotation : XmlSchemaAnnotation
) : int;

Parameters

annotation
[To be supplied.]

See Also

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