KeyValueConfigurationCollection.CreateNewElement 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
当在派生类中重写时,CreateNewElement() 方法会创建一个新的 KeyValueConfigurationElement 对象。
protected:
override System::Configuration::ConfigurationElement ^ CreateNewElement();
protected override System.Configuration.ConfigurationElement CreateNewElement ();
override this.CreateNewElement : unit -> System.Configuration.ConfigurationElement
Protected Overrides Function CreateNewElement () As ConfigurationElement
返回
一个新创建的 KeyValueConfigurationElement。
注解
CreateNewElement重写 方法以创建自定义KeyValueConfigurationElement对象。 从配置文件加载集合时, CreateNewElement 将调用 方法来创建单个元素。 方法 CreateNewElement 必须在派生自 KeyValueConfigurationCollection 类的类中重写。