ParameterElementCollection 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
處理 DataContractSerializer 用來設定序列化的 XML 項目。
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。
public ref class ParameterElementCollection sealed : System::Configuration::ConfigurationElementCollection
[System.Configuration.ConfigurationCollection(typeof(System.Runtime.Serialization.Configuration.ParameterElement), AddItemName="parameter", CollectionType=System.Configuration.ConfigurationElementCollectionType.BasicMap)]
public sealed class ParameterElementCollection : System.Configuration.ConfigurationElementCollection
[<System.Configuration.ConfigurationCollection(typeof(System.Runtime.Serialization.Configuration.ParameterElement), AddItemName="parameter", CollectionType=System.Configuration.ConfigurationElementCollectionType.BasicMap)>]
type ParameterElementCollection = class
inherit ConfigurationElementCollection
Public NotInheritable Class ParameterElementCollection
Inherits ConfigurationElementCollection
- 繼承
- 屬性
備註
這個類別可用來處理 dataContractSerializer> 元素內的<一組<參數>專案。 具體來說,這個類別可讓使用者在已知型別集合中加入型別。
建構函式
ParameterElementCollection() |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 初始化 ParameterElementCollection 類別的新執行個體。 |
屬性
AddElementName |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 取得或設定 ConfigurationElement 的名稱,以在衍生類別中覆寫時,與 ConfigurationElementCollection 中的加入作業相關聯。 (繼承來源 ConfigurationElementCollection) |
ClearElementName |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 取得或設定 ConfigurationElement 的名稱,以在衍生類別中覆寫時,與 ConfigurationElementCollection 中的清除作業相關聯。 (繼承來源 ConfigurationElementCollection) |
CollectionType |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 取得組態中參數集合的型別。 |
Count |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 取得集合中的項目數。 (繼承來源 ConfigurationElementCollection) |
CurrentConfiguration |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 取得最上層 Configuration 執行個體的參考,這個執行個體表示目前 ConfigurationElement 執行個體所屬的組態階層架構。 (繼承來源 ConfigurationElement) |
ElementInformation |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 取得 ElementInformation 物件,其中包含 ConfigurationElement 物件之不可自訂的資訊和功能。 (繼承來源 ConfigurationElement) |
ElementName |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 在衍生類別中覆寫時,取得用於識別組態檔中這個項目集合的名稱。 (繼承來源 ConfigurationElementCollection) |
ElementProperty |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 取得表示 ConfigurationElementProperty 物件本身的 ConfigurationElement 物件。 (繼承來源 ConfigurationElement) |
EmitClear |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 取得或設定值,這個值指定是否已經清除集合。 (繼承來源 ConfigurationElementCollection) |
EvaluationContext |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 取得 ConfigurationElement 物件的 ContextInformation 物件。 (繼承來源 ConfigurationElement) |
HasContext |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 取得值,指出 CurrentConfiguration 屬性是否為 |
IsSynchronized |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 取得值,指出是否同步存取集合。 (繼承來源 ConfigurationElementCollection) |
Item[ConfigurationProperty] |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 取得或設定此組態項目的屬性 (Property) 或屬性 (Attribute)。 (繼承來源 ConfigurationElement) |
Item[Int32] |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 取得或設定位於集合中特定位置的項目。 |
Item[String] |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 取得或設定此一組態項目的屬性或子項目。 (繼承來源 ConfigurationElement) |
LockAllAttributesExcept |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 取得已鎖定屬性的集合。 (繼承來源 ConfigurationElement) |
LockAllElementsExcept |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 取得已鎖定項目的集合。 (繼承來源 ConfigurationElement) |
LockAttributes |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 取得已鎖定屬性的集合。 (繼承來源 ConfigurationElement) |
LockElements |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 取得已鎖定項目的集合。 (繼承來源 ConfigurationElement) |
LockItem |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 取得或設定值,指出此項目是否已被鎖定。 (繼承來源 ConfigurationElement) |
Properties |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 取得屬性的集合。 (繼承來源 ConfigurationElement) |
RemoveElementName |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 取得或設定 ConfigurationElement 的名稱,以在衍生類別中覆寫時,與 ConfigurationElementCollection 中的移除作業相關聯。 (繼承來源 ConfigurationElementCollection) |
SyncRoot |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 取得用於同步存取 ConfigurationElementCollection 的物件。 (繼承來源 ConfigurationElementCollection) |
ThrowOnDuplicate |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 取得值,這個值表示嘗試將重複的 ConfigurationElement 新增至 ConfigurationElementCollection 是否會導致擲回例外狀況。 (繼承來源 ConfigurationElementCollection) |
方法
明確介面實作
ICollection.CopyTo(Array, Int32) |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 將 ConfigurationElementCollection 複製至陣列。 (繼承來源 ConfigurationElementCollection) |
擴充方法
Cast<TResult>(IEnumerable) |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 將 IEnumerable 的項目轉換成指定的型別。 |
OfType<TResult>(IEnumerable) |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 根據指定的型別來篩選 IEnumerable 的項目。 |
AsParallel(IEnumerable) |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 啟用查詢的平行化作業。 |
AsQueryable(IEnumerable) |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 將 IEnumerable 轉換成 IQueryable。 |