ServiceNameElementCollection.Remove Método

Definição

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

Sobrecargas

Name Description
Remove(ServiceNameElement)

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

Remove(String)

O Remove(ServiceNameElement) método remove uma ServiceNameElement instância disto 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

Exceções

element é null.

Aplica-se a

Remove(String)

O Remove(ServiceNameElement) método remove uma ServiceNameElement instância disto 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

A String que representa a ServiceNameElement instância a remover deste ServiceNameElementCollection.

Aplica-se a