ServiceNameElementCollection.Remove 메서드

정의

메서드는 RemoveServiceNameElement메서드에서 인스턴스를 ServiceNameElementCollection 제거합니다.

오버로드

Name Description
Remove(ServiceNameElement)

메서드는 Remove(ServiceNameElement)ServiceNameElement메서드에서 인스턴스를 ServiceNameElementCollection 제거합니다.

Remove(String)

이 메서드는 Remove(ServiceNameElement) 지정된 항목에 따라 이 ServiceNameElement 메서드에서 인스턴스를 ServiceNameElementCollection 제거 String 합니다.

Remove(ServiceNameElement)

메서드는 Remove(ServiceNameElement)ServiceNameElement메서드에서 인스턴스를 ServiceNameElementCollection 제거합니다.

public:
 void Remove(System::Security::Authentication::ExtendedProtection::Configuration::ServiceNameElement ^ element);
public void Remove(System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement element);
member this.Remove : System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement -> unit
Public Sub Remove (element As ServiceNameElement)

매개 변수

element
ServiceNameElement

ServiceNameElementServiceNameElementCollection인스턴스에서 제거할 인스턴스입니다.

예외

elementnull입니다.

적용 대상

Remove(String)

이 메서드는 Remove(ServiceNameElement) 지정된 항목에 따라 이 ServiceNameElement 메서드에서 인스턴스를 ServiceNameElementCollection 제거 String 합니다.

public:
 void Remove(System::String ^ name);
public void Remove(string name);
member this.Remove : string -> unit
Public Sub Remove (name As String)

매개 변수

name
String

String위치에서 제거할 인스턴스를 나타내는 ServiceNameElement A ServiceNameElementCollection 입니다.

적용 대상