SchemaImporterExtensionElementCollection::Item Property (String^)

 

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.

Namespace:   System.Xml.Serialization.Configuration
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.

.NET Framework
Available since 2.0
Return to top
Show: