SchemaImporterExtensionElementCollection.Remove 方法
定义
从集合中移除指定的项。Removes the specified item from the collection.
重载
| Remove(String) |
此 API 支持产品基础结构,不能在代码中直接使用。 从集合中移除具有指定名称的项。Removes the item with the specified name from the collection. |
| Remove(SchemaImporterExtensionElement) |
此 API 支持产品基础结构,不能在代码中直接使用。 从集合中移除特定项的第一个匹配项。Removes the first occurrence of a specific item from the collection. |
Remove(String)
从集合中移除具有指定名称的项。Removes the item with the specified name from the collection.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
void Remove(System::String ^ name);
public void Remove (string name);
member this.Remove : string -> unit
Public Sub Remove (name As String)
参数
- name
- String
要移除的项的名称。The name of the item to remove.
适用于
Remove(SchemaImporterExtensionElement)
从集合中移除特定项的第一个匹配项。Removes the first occurrence of a specific item from the collection.
此 API 支持产品基础结构,不能在代码中直接使用。
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)
参数
- element
- SchemaImporterExtensionElement
要移除的 SchemaImporterExtensionElement。The SchemaImporterExtensionElement to remove.