TypeElementCollection.Remove(TypeElement) 方法

定义

从集合中移除指定的 TypeElement

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

参数

element
TypeElement

要从该集合中移除的 TypeElement

适用于