ServiceNameElementCollection.Remove Metodo

Definizione

Il Remove metodo rimuove un'istanza ServiceNameElement da questo ServiceNameElementCollectionoggetto .

Overload

Nome Descrizione
Remove(ServiceNameElement)

Il Remove(ServiceNameElement) metodo rimuove un'istanza ServiceNameElement da questo ServiceNameElementCollectionoggetto .

Remove(String)

Il Remove(ServiceNameElement) metodo rimuove un'istanza ServiceNameElement da questo ServiceNameElementCollection oggetto in base all'oggetto String specificato.

Remove(ServiceNameElement)

Il Remove(ServiceNameElement) metodo rimuove un'istanza ServiceNameElement da questo ServiceNameElementCollectionoggetto .

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)

Parametri

element
ServiceNameElement

ServiceNameElement Istanza da rimuovere da questo ServiceNameElementCollectionoggetto .

Eccezioni

element è null.

Si applica a

Remove(String)

Il Remove(ServiceNameElement) metodo rimuove un'istanza ServiceNameElement da questo ServiceNameElementCollection oggetto in base all'oggetto String specificato.

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

Parametri

name
String

Oggetto String che rappresenta l'istanza ServiceNameElement da rimuovere da questo ServiceNameElementCollectionoggetto .

Si applica a