共用方式為


ServiceModelEnhancedConfigurationElementCollection<TConfigurationElement>.BaseAdd 方法

定義

ConfigurationElement 新增至這個集合中。

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)

參數

element
ConfigurationElement

要加入的 ConfigurationElement

適用於