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を使用して、使用する比較子を設定します。 たとえば、大文字と小文字を区別しない比較子を使用して、キーの大文字と小文字を区別しないようにすることができます。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET