[To be supplied.]
[C#] In C#, this member is the indexer for the XmlSchemas class.
[To be supplied.]
[Visual Basic] Overloads Public Default Property Item(Integer) As XmlSchema
[C#] public XmlSchema this[int] {get; set;}
[C++] public: __property XmlSchema* get_Item(int);
public: __property void set_Item(int, XmlSchema*);
[JScript] XmlSchemas.Item (int)
[To be supplied.]
[Visual Basic] Overloads Public Default ReadOnly Property Item(String) As XmlSchema
[C#] public XmlSchema this[String] {get;}
[C++] public: __property XmlSchema* get_Item(String*);
[JScript] XmlSchemas.Item (String)
XmlSchemas Class | XmlSchemas Members | System.Xml.Serialization.Schema Namespace