SettingsPropertyCollection クラス

定義

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

コレクションへのアクセスを同期するオブジェクトを取得します。

メソッド

名前 説明
Add(SettingsProperty)

SettingsProperty オブジェクトをコレクションに追加します。

Clear()

コレクションからすべての SettingsProperty オブジェクトを削除します。

Clone()

既存のコレクションのコピーを作成します。

CopyTo(Array, Int32)

この SettingsPropertyCollection オブジェクトを配列にコピーします。

Equals(Object)

指定したオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetEnumerator()

コレクションに適用される IEnumerator オブジェクトを取得します。

GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Objectの簡易コピーを作成します。

(継承元 Object)
OnAdd(SettingsProperty)

SettingsPropertyCollection インスタンスの内容に追加するときに、追加のカスタム処理を実行します。

OnAddComplete(SettingsProperty)

SettingsPropertyCollection インスタンスの内容に追加した後、追加のカスタム処理を実行します。

OnClear()

SettingsPropertyCollection インスタンスの内容をクリアするときに、追加のカスタム処理を実行します。

OnClearComplete()

SettingsPropertyCollection インスタンスの内容をクリアした後、追加のカスタム処理を実行します。

OnRemove(SettingsProperty)

SettingsPropertyCollection インスタンスの内容を削除するときに、追加のカスタム処理を実行します。

OnRemoveComplete(SettingsProperty)

SettingsPropertyCollection インスタンスの内容を削除した後、追加のカスタム処理を実行します。

Remove(String)

SettingsProperty オブジェクトをコレクションから削除します。

SetReadOnly()

コレクションを読み取り専用に設定します。

ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

拡張メソッド

名前 説明
AsParallel(IEnumerable)

クエリの並列化を有効にします。

AsQueryable(IEnumerable)

IEnumerableIQueryableに変換します。

Cast<TResult>(IEnumerable)

IEnumerable の要素を指定した型にキャストします。

OfType<TResult>(IEnumerable)

指定した型に基づいて、IEnumerable の要素をフィルター処理します。

適用対象

こちらもご覧ください