ConfigurationElementCollection Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Inicializuje novou instanci ConfigurationElementCollection třídy .
Přetížení
ConfigurationElementCollection() |
Inicializuje novou instanci ConfigurationElementCollection třídy . |
ConfigurationElementCollection(IComparer) |
Vytvoří novou instanci třídy ConfigurationElementCollection. |
ConfigurationElementCollection()
Inicializuje novou instanci ConfigurationElementCollection třídy .
protected:
ConfigurationElementCollection();
protected ConfigurationElementCollection ();
Protected Sub New ()
Poznámky
Novou instanci objektu ConfigurationElementCollection vytvoříte, když vaše aplikace potřebuje vytvořit vlastní ConfigurationElementCollection.
Platí pro
ConfigurationElementCollection(IComparer)
Vytvoří novou instanci třídy ConfigurationElementCollection.
protected:
ConfigurationElementCollection(System::Collections::IComparer ^ comparer);
protected ConfigurationElementCollection (System.Collections.IComparer comparer);
new System.Configuration.ConfigurationElementCollection : System.Collections.IComparer -> System.Configuration.ConfigurationElementCollection
Protected Sub New (comparer As IComparer)
Parametry
Výjimky
comparer
je null
.
Poznámky
Slouží IComparer k nastavení porovnávače, který se má použít. Můžete například použít porovnávací nástroj, který nerozlišuje malá a velká písmena, aby klíč nerozlišil malá a velká písmena.