Sdílet prostřednictvím


ServiceNameElementCollection.Remove Metoda

Definice

RemoveMetoda odstraní ServiceNameElement instanci z tohoto ServiceNameElementCollection .

Přetížení

Remove(ServiceNameElement)

Remove(ServiceNameElement)Metoda odstraní ServiceNameElement instanci z tohoto ServiceNameElementCollection .

Remove(String)

Remove(ServiceNameElement)Metoda ServiceNameElement z této třídy odstraní instanci ServiceNameElementCollection založenou na String určeném typu.

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)

Parametry

element
ServiceNameElement

ServiceNameElementInstance, kterou chcete odebrat ServiceNameElementCollection .

Výjimky

element je null.

Platí pro

Remove(String)

Remove(ServiceNameElement)Metoda ServiceNameElement z této třídy odstraní instanci ServiceNameElementCollection založenou na String určeném typu.

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

Parametry

name
String

StringKterý představuje instanci, která ServiceNameElement má být z tohoto typu odebrána ServiceNameElementCollection .

Platí pro