SettingsPropertyCollection クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
SettingsProperty オブジェクトのコレクションを格納します。
public ref class SettingsPropertyCollection : ICloneable, System::Collections::ICollection
public class SettingsPropertyCollection : ICloneable, System.Collections.ICollection
type SettingsPropertyCollection = class
interface IEnumerable
interface ICloneable
interface ICollection
type SettingsPropertyCollection = class
interface ICloneable
interface ICollection
interface IEnumerable
type SettingsPropertyCollection = class
interface ICollection
interface IEnumerable
interface ICloneable
Public Class SettingsPropertyCollection
Implements ICloneable, ICollection
- 継承
-
SettingsPropertyCollection
- 実装
注釈
SettingsPropertyCollection コレクションには、SettingsProperty オブジェクトのコレクションが含まれています。 SettingsProperty オブジェクトは、個々の構成プロパティに関するメタデータを表すクラスとして内部的に使用されます。
コンストラクター
| 名前 | 説明 |
|---|---|
| SettingsPropertyCollection() |
SettingsPropertyCollection クラスの新しいインスタンスを初期化します。 |
プロパティ
| 名前 | 説明 |
|---|---|
| Count |
コレクション内の SettingsProperty オブジェクトの数を指定する値を取得します。 |
| IsSynchronized |
コレクションへのアクセスが同期されているかどうかを示す値を取得します (スレッド セーフ)。 |
| Item[String] |
指定した名前のコレクション項目を取得します。 |
| SyncRoot |
コレクションへのアクセスを同期するオブジェクトを取得します。 |
メソッド
拡張メソッド
| 名前 | 説明 |
|---|---|
| AsParallel(IEnumerable) |
クエリの並列化を有効にします。 |
| AsQueryable(IEnumerable) |
IEnumerable を IQueryableに変換します。 |
| Cast<TResult>(IEnumerable) |
IEnumerable の要素を指定した型にキャストします。 |
| OfType<TResult>(IEnumerable) |
指定した型に基づいて、IEnumerable の要素をフィルター処理します。 |