SchemaImporterExtensionCollection::Remove Method (String^)

 

Removes the SchemaImporterExtension, specified by name, from the collection.

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

public:
void Remove(
	String^ name
)

Parameters

name
Type: System::String^

The name of the SchemaImporterExtension to remove. The name is set using the Add(String^, Type^) method.

.NET Framework
Available since 2.0
Return to top
Show: