SchemaImporterExtensionElementCollection.Remove Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes the specified item from the collection.
Overloads
Remove(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. |
Remove(SchemaImporterExtensionElement) |
This API supports the product infrastructure and is not intended to be used directly from your code. Removes the first occurrence of a specific item from the collection. |
Remove(String)
Removes the item with the specified name from the collection.
This API supports the product infrastructure and is not intended to be used directly from your code.
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 item to remove.
Applies to
Remove(SchemaImporterExtensionElement)
Removes the first occurrence of a specific item from the collection.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
void Remove(System::Xml::Serialization::Configuration::SchemaImporterExtensionElement ^ element);
public void Remove (System.Xml.Serialization.Configuration.SchemaImporterExtensionElement element);
member this.Remove : System.Xml.Serialization.Configuration.SchemaImporterExtensionElement -> unit
Public Sub Remove (element As SchemaImporterExtensionElement)
Parameters
- element
- SchemaImporterExtensionElement
The SchemaImporterExtensionElement to remove.