ServiceModelConfigurationElementCollection<ConfigurationElementType>.CreateNewElement Metoda
Definicja
Tworzy nowe ConfigurationElement wystąpienie typu ConfigurationElementType
.Creates a new ConfigurationElement instance of type ConfigurationElementType
.
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
Zwraca
Nowe ConfigurationElement wystąpienie typu ConfigurationElementType
.A new ConfigurationElement instance of type ConfigurationElementType
.