ServiceNameElementCollection.Remove Método

Definição

O método Remove remove uma instância de ServiceNameElement deste ServiceNameElementCollection.

Sobrecargas

Remove(ServiceNameElement)

O método Remove(ServiceNameElement) remove uma instância de ServiceNameElement deste ServiceNameElementCollection.

Remove(String)

O método Remove(ServiceNameElement) remove uma instância de ServiceNameElement deste ServiceNameElementCollection com base no String especificado.

Remove(ServiceNameElement)

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)

Parâmetros

element
ServiceNameElement

A instância de ServiceNameElement a ser removida deste ServiceNameElementCollection.

Exceções

element é null.

Aplica-se a

Remove(String)

O método Remove(ServiceNameElement) remove uma instância de ServiceNameElement deste ServiceNameElementCollection com base no String especificado.

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

Parâmetros

name
String

Um String que representa a ServiceNameElement instância a ser removida deste ServiceNameElementCollection .

Aplica-se a