ServiceModelConfigurationElementCollection<ConfigurationElementType>.Add Método

Definición

Agrega el elemento de configuración especificado a esta colección.

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

Parámetros

element
ConfigurationElementType

Elemento de configuración que se va a agregar.

Excepciones

element está null o está vacío.

Se aplica a