다음을 통해 공유


ProtocolElementCollection.Remove(ProtocolElement) 메서드

정의

지정한 ProtocolElement을 컬렉션에서 제거합니다.

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입니다.

적용 대상