SchemaImporterExtensionElementCollection::Item Property (Int32)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets or sets the object that represents the XML element at the specified index.
Assembly: System.Xml (in System.Xml.dll)
public: property SchemaImporterExtensionElement^ default[ int index ] { SchemaImporterExtensionElement^ get(int index); void set(int index, SchemaImporterExtensionElement^ value); }
Parameters
- index
-
Type:
System::Int32
The zero-based index of the XML element to get or set.
Property Value
Type: System.Xml.Serialization.Configuration::SchemaImporterExtensionElement^The SchemaImporterExtensionElement at the specified index.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | index is less than zero. -or- index is equal to or greater than Count. |
.NET Framework
Available since 2.0
Available since 2.0
Show: