WsiProfilesElementCollection.Remove(WsiProfilesElement) 메서드

정의

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

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

매개 변수

element
WsiProfilesElement

컬렉션에서 제거할 WsiProfilesElement입니다.

적용 대상