Langue

ServiceNameElementCollection.Remove Méthode

Définition

La Remove méthode supprime une ServiceNameElement instance de ce ServiceNameElementCollection.

Surcharges

Nom Description
Remove(ServiceNameElement)

La Remove(ServiceNameElement) méthode supprime une ServiceNameElement instance de ce ServiceNameElementCollection.

Remove(String)

La Remove(ServiceNameElement) méthode supprime une ServiceNameElement instance de cette ServiceNameElementCollection instance en fonction de l’élément String spécifié.

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)

Paramètres

Exceptions

element a la valeur null.

S’applique à

Remove(String)

La Remove(ServiceNameElement) méthode supprime une ServiceNameElement instance de cette ServiceNameElementCollection instance en fonction de l’élément String spécifié.

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

Paramètres

name
String

Qui String représente l’instance ServiceNameElement à supprimer de ce ServiceNameElementCollection.

S’applique à