Aracılığıyla paylaş


ServiceModelConfigurationElementCollection<ConfigurationElementType>.BaseAdd Yöntem

Tanım

Belirtilen nesneyi ConfigurationElement bu koleksiyona ekler.

protected:
 override void BaseAdd(System::Configuration::ConfigurationElement ^ element);
protected override void BaseAdd (System.Configuration.ConfigurationElement element);
override this.BaseAdd : System.Configuration.ConfigurationElement -> unit
Protected Overrides Sub BaseAdd (element As ConfigurationElement)

Parametreler

element
ConfigurationElement

Eklemek için yapılandırma öğesi.

Özel durumlar

element veya null boştur.

Yapılandırma dosyası ile aynı olan mevcut bir öğeyi element içerir.

Şunlara uygulanır