ConfigurationElementCollection コンストラクタとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > ConfigurationElementCollection コンストラクタの意味・解説 

ConfigurationElementCollection コンストラクタ (IComparer)

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

ConfigurationElementCollection クラス新しインスタンス作成します

名前空間: System.Configuration
アセンブリ: System.Configuration (system.configuration.dll 内)
構文構文

Protected Sub New ( _
    comparer As IComparer _
)
Dim comparer As IComparer

Dim instance As New ConfigurationElementCollection(comparer)
protected ConfigurationElementCollection (
    IComparer comparer
)
protected:
ConfigurationElementCollection (
    IComparer^ comparer
)
protected ConfigurationElementCollection (
    IComparer comparer
)
protected function ConfigurationElementCollection
 (
    comparer : IComparer
)

パラメータ

comparer

使用する IComparer 比較演算子

解説解説
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
ConfigurationElementCollection クラス
ConfigurationElementCollection メンバ
System.Configuration 名前空間

ConfigurationElementCollection コンストラクタ

ConfigurationElementCollection クラス新しインスタンス作成します
オーバーロードの一覧オーバーロードの一覧

名前 説明
ConfigurationElementCollection () ConfigurationElementCollection クラス新しインスタンス作成します
ConfigurationElementCollection (IComparer) ConfigurationElementCollection クラス新しインスタンス作成します
参照参照

関連項目

ConfigurationElementCollection クラス
ConfigurationElementCollection メンバ
System.Configuration 名前空間

ConfigurationElementCollection コンストラクタ ()

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

ConfigurationElementCollection クラス新しインスタンス作成します

名前空間: System.Configuration
アセンブリ: System.Configuration (system.configuration.dll 内)
構文構文

Dim instance As New ConfigurationElementCollection
protected ConfigurationElementCollection ()
protected:
ConfigurationElementCollection ()
protected ConfigurationElementCollection ()
protected function ConfigurationElementCollection
 ()
解説解説

アプリケーションカスタムConfigurationElementCollection作成する必要がある場合は、ConfigurationElementCollection新しインスタンス作成します

使用例使用例

カスタマイズされたコンストラクタ使用する方法次のコード例示します

Public Sub New() 
    Dim url As UrlConfigElement = _
    CType(CreateNewElement(), UrlConfigElement)
    ' Add the element to the collection.
    Add(url)

End Sub 'New
public UrlsCollection()
{
    UrlConfigElement url =
        (UrlConfigElement)CreateNewElement();
    // Add the element to the collection.
    Add(url);
}
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
ConfigurationElementCollection クラス
ConfigurationElementCollection メンバ
System.Configuration 名前空間



英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「ConfigurationElementCollection コンストラクタ」の関連用語

ConfigurationElementCollection コンストラクタのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



ConfigurationElementCollection コンストラクタのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS