Sdílet prostřednictvím


ServiceModelConfigurationElementCollection<ConfigurationElementType>.Remove Metoda

Definice

Odebere první výskyt určitého konfiguračního elementu z kolekce.

public:
 void Remove(ConfigurationElementType element);
public void Remove (ConfigurationElementType element);
member this.Remove : 'ConfigurationElementType -> unit
Public Sub Remove (element As ConfigurationElementType)

Parametry

element
ConfigurationElementType

Element konfigurace, který má být odebrán z kolekce.

Výjimky

element je null.

-and- Konfigurační soubor je jen pro čtení.

Platí pro