SchemaImporterExtensionCollection.Remove Method

Definition

Removes an object from the collection.

Overloads

Remove(String)

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

Remove(SchemaImporterExtension)

Removes the specified SchemaImporterExtension from the collection.

Remove(String)

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

public:
 void Remove(System::String ^ name);
public void Remove (string name);
member this.Remove : string -> unit
Public Sub Remove (name As String)

Parameters

name
String

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

Applies to

Remove(SchemaImporterExtension)

Removes the specified SchemaImporterExtension from the collection.

public:
 void Remove(System::Xml::Serialization::Advanced::SchemaImporterExtension ^ extension);
public void Remove (System.Xml.Serialization.Advanced.SchemaImporterExtension extension);
member this.Remove : System.Xml.Serialization.Advanced.SchemaImporterExtension -> unit
Public Sub Remove (extension As SchemaImporterExtension)

Parameters

Applies to