IdentityConfigurationElementCollection 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表組態檔內的 <identityConfiguration>
項目集合。 此類別無法獲得繼承。
public ref class IdentityConfigurationElementCollection sealed : System::Configuration::ConfigurationElementCollection
[System.Configuration.ConfigurationCollection(typeof(System.IdentityModel.Configuration.IdentityConfigurationElement), AddItemName="identityConfiguration", CollectionType=System.Configuration.ConfigurationElementCollectionType.BasicMap)]
public sealed class IdentityConfigurationElementCollection : System.Configuration.ConfigurationElementCollection
[<System.Configuration.ConfigurationCollection(typeof(System.IdentityModel.Configuration.IdentityConfigurationElement), AddItemName="identityConfiguration", CollectionType=System.Configuration.ConfigurationElementCollectionType.BasicMap)>]
type IdentityConfigurationElementCollection = class
inherit ConfigurationElementCollection
Public NotInheritable Class IdentityConfigurationElementCollection
Inherits ConfigurationElementCollection
- 繼承
- 屬性
備註
組態檔可以有多個 <identityConfiguration>
元素。 每個身分識別組態都是以其 屬性中指定的 name
唯一名稱來識別。 每個 <identityConfiguration>
元素都是由 IdentityConfigurationElement 物件表示。
Name每個物件的 屬性都包含身分識別組態的名稱。 類別會 IdentityConfigurationElementCollection 包裝集合,其中包含從檔案讀取的所有 <identityConfiguration>
專案。 身分識別組態的名稱會用來作為索引鍵,以在呼叫 GetElement 方法時擷取對應的 IdentityConfigurationElement 。
建構函式
IdentityConfigurationElementCollection() |
初始化 IdentityConfigurationElementCollection 類別的新執行個體。 |
屬性
方法
明確介面實作
ICollection.CopyTo(Array, Int32) |
將 ConfigurationElementCollection 複製至陣列。 (繼承來源 ConfigurationElementCollection) |
擴充方法
Cast<TResult>(IEnumerable) |
將 IEnumerable 的項目轉換成指定的型別。 |
OfType<TResult>(IEnumerable) |
根據指定的型別來篩選 IEnumerable 的項目。 |
AsParallel(IEnumerable) |
啟用查詢的平行化作業。 |
AsQueryable(IEnumerable) |
將 IEnumerable 轉換成 IQueryable。 |