The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
SchemaImporterExtensionCollection::Item Property (Int32)
.NET Framework (current version)
Gets the SchemaImporterExtensionCollection at the specified index.
Assembly: System.Xml (in System.Xml.dll)
public: property SchemaImporterExtension^ default[ int index ] { SchemaImporterExtension^ get(int index); void set(int index, SchemaImporterExtension^ value); }
Parameters
- index
-
Type:
System::Int32
The index of the item to find.
Property Value
Type: System.Xml.Serialization.Advanced::SchemaImporterExtension^The SchemaImporterExtensionCollection at the specified index.
.NET Framework
Available since 2.0
Available since 2.0
Show: