Share via


TypeElementCollection.Remove(TypeElement) 方法

定义

从集合中删除指定的元素。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 void Remove(System::Runtime::Serialization::Configuration::TypeElement ^ element);
public void Remove (System.Runtime.Serialization.Configuration.TypeElement element);
member this.Remove : System.Runtime.Serialization.Configuration.TypeElement -> unit
Public Sub Remove (element As TypeElement)

参数

element
TypeElement

要移除的 TypeElement

适用于