ConfigurationElementCollection コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ConfigurationElementCollection クラスの新しいインスタンスを初期化します。
オーバーロード
| 名前 | 説明 |
|---|---|
| ConfigurationElementCollection() |
ConfigurationElementCollection クラスの新しいインスタンスを初期化します。 |
| ConfigurationElementCollection(IComparer) |
ConfigurationElementCollection クラスの新しいインスタンスを作成します。 |
ConfigurationElementCollection()
ConfigurationElementCollection クラスの新しいインスタンスを初期化します。
protected:
ConfigurationElementCollection();
protected ConfigurationElementCollection();
Protected Sub New ()
注釈
アプリケーションでカスタム ConfigurationElementCollectionを作成する必要がある場合は、ConfigurationElementCollectionの新しいインスタンスを作成します。
適用対象
ConfigurationElementCollection(IComparer)
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)
パラメーター
例外
comparer は nullです。
注釈
IComparerは、使用する比較子を設定するために使用されます。 たとえば、大文字と小文字を区別しない比較子を使用して、キーの大文字と小文字を区別しないようにすることができます。