TypeElementCollection.Remove(TypeElement) 方法
定义
从集合中移除指定的 TypeElement。Removes a specified TypeElement from the collection.
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。The TypeElement to remove from the collection.