ProtocolElementCollection.Remove(ProtocolElement) 方法

定义

从集合中移除指定的 ProtocolElementRemoves a specified ProtocolElement from the collection.

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

参数

element
ProtocolElement

要从该集合中移除的 ProtocolElementThe ProtocolElement to remove from the collection.

适用于