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>
要素を含めることができます。 各 ID 構成は、その name
属性で指定された一意の名前で識別されます。 各 <identityConfiguration>
要素は、 オブジェクトによって IdentityConfigurationElement 表されます。 各オブジェクトの プロパティには Name 、ID 構成の名前が含まれています。 クラスは IdentityConfigurationElementCollection 、ファイルから読み取られたすべての要素を <identityConfiguration>
含むコレクションをラップします。 ID 構成の名前は、 メソッドを呼び出GetElementすときに対応する IdentityConfigurationElement を取得するためのキーとして使用されます。
コンストラクター
IdentityConfigurationElementCollection() |
IdentityConfigurationElementCollection クラスの新しいインスタンスを初期化します。 |
プロパティ
メソッド
明示的なインターフェイスの実装
ICollection.CopyTo(Array, Int32) |
ConfigurationElementCollection を配列にコピーします。 (継承元 ConfigurationElementCollection) |
拡張メソッド
Cast<TResult>(IEnumerable) |
IEnumerable の要素を、指定した型にキャストします。 |
OfType<TResult>(IEnumerable) |
指定された型に基づいて IEnumerable の要素をフィルター処理します。 |
AsParallel(IEnumerable) |
クエリの並列化を有効にします。 |
AsQueryable(IEnumerable) |
IEnumerable を IQueryable に変換します。 |
適用対象
こちらもご覧ください
.NET