SchemaImporterExtensionElementCollection::Remove Method (String^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Removes the item with the specified name from the collection.

Namespace:   System.Xml.Serialization.Configuration
Assembly:  System.Xml (in System.Xml.dll)

public:
void Remove(
	String^ name
)

Parameters

name
Type: System::String^

The name of the item to remove.

.NET Framework
Available since 2.0
Return to top
Show: