SettingsPropertyCollection クラス

定義

SettingsProperty オブジェクトのコレクションを含んでいます。

public ref class SettingsPropertyCollection : ICloneable, System::Collections::ICollection
public class SettingsPropertyCollection : ICloneable, System.Collections.ICollection
type SettingsPropertyCollection = class
    interface ICollection
    interface IEnumerable
    interface ICloneable
type SettingsPropertyCollection = class
    interface IEnumerable
    interface ICloneable
    interface ICollection
type SettingsPropertyCollection = class
    interface ICloneable
    interface ICollection
    interface IEnumerable
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)

拡張メソッド

Cast<TResult>(IEnumerable)

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

OfType<TResult>(IEnumerable)

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

AsParallel(IEnumerable)

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

AsQueryable(IEnumerable)

IEnumerableIQueryable に変換します。

適用対象

こちらもご覧ください