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

適用於