ServiceNameElementCollection.Remove Méthode

Définition

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

Surcharges

Remove(ServiceNameElement)

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

Remove(String)

La méthode Remove(ServiceNameElement) supprime un ServiceNameElement de ce ServiceNameElementCollection en fonction du String spécifié.

Remove(ServiceNameElement)

La méthode Remove(ServiceNameElement) supprime une instance de ServiceNameElement de ce 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)

Paramètres

element
ServiceNameElement

Instance de ServiceNameElement dans laquelle supprimer ce ServiceNameElementCollection.

Exceptions

element a la valeur null.

S’applique à

Remove(String)

La méthode Remove(ServiceNameElement) supprime un ServiceNameElement de ce ServiceNameElementCollection en fonction du 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

StringQui représente l' ServiceNameElement instance à supprimer de ce ServiceNameElementCollection .

S’applique à