SchemaImporterExtensionElementCollection::Item Property (String^)
.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 item with the specified name.
Assembly: System.Xml (in System.Xml.dll)
public: property SchemaImporterExtensionElement^ default[ String^ name ] { SchemaImporterExtensionElement^ get(String^ name); void set(String^ name, SchemaImporterExtensionElement^ value); }
Parameters
- name
-
Type:
System::String^
The name of the item to get or set.
Property Value
Type: System.Xml.Serialization.Configuration::SchemaImporterExtensionElement^The SchemaImporterExtensionElement with the specified name.
.NET Framework
Available since 2.0
Available since 2.0
Show: