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用來設定要使用的比較子。 例如,您可以使用不區分大小寫的比較子,使索引鍵不區分大小寫。