XmlSchemaObjectCollection::Item Property (Int32)
.NET Framework (current version)
Gets the XmlSchemaObject at the specified index.
Assembly: System.Xml (in System.Xml.dll)
public: property XmlSchemaObject^ default[ int index ] { virtual XmlSchemaObject^ get(int index); virtual void set(int index, XmlSchemaObject^ value); }
Parameters
- index
-
Type:
System::Int32
The index of the XmlSchemaObject.
.NET Framework
Available since 1.1
Available since 1.1
Show: