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