ServiceModelConfigurationElementCollection<ConfigurationElementType>.Add Yöntem

Tanım

Belirtilen yapılandırma öğesini bu koleksiyona ekler.

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

Parametreler

element
ConfigurationElementType

Eklenecek yapılandırma öğesi.

Özel durumlar

element veya null boştur.

Şunlara uygulanır