SettingsPropertyValueCollection クラス

定義

SettingsProperty オブジェクトを SettingsPropertyValue オブジェクトに対応付ける、設定プロパティ値のコレクションを格納します。

public ref class SettingsPropertyValueCollection : ICloneable, System::Collections::ICollection
public class SettingsPropertyValueCollection : ICloneable, System.Collections.ICollection
type SettingsPropertyValueCollection = class
    interface ICollection
    interface IEnumerable
    interface ICloneable
type SettingsPropertyValueCollection = class
    interface IEnumerable
    interface ICloneable
    interface ICollection
type SettingsPropertyValueCollection = class
    interface ICloneable
    interface ICollection
    interface IEnumerable
Public Class SettingsPropertyValueCollection
Implements ICloneable, ICollection
継承
SettingsPropertyValueCollection
実装

コンストラクター

SettingsPropertyValueCollection()

SettingsPropertyValueCollection クラスの新しいインスタンスを初期化します。

プロパティ

Count

コレクション内の SettingsPropertyValue オブジェクトの数を示す値を取得します。

IsSynchronized

コレクションへのアクセスが同期されている (スレッド セーフである) かどうかを示す値を取得します。

Item[String]

コレクションから項目を取得します。

SyncRoot

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

メソッド

Add(SettingsPropertyValue)

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

Clear()

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

Clone()

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

CopyTo(Array, Int32)

この SettingsPropertyValueCollection コレクションを配列にコピーします。

Equals(Object)

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

(継承元 Object)
GetEnumerator()

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

GetHashCode()

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

(継承元 Object)
GetType()

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

(継承元 Object)
MemberwiseClone()

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

(継承元 Object)
Remove(String)

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

SetReadOnly()

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

ToString()

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

(継承元 Object)

拡張メソッド

Cast<TResult>(IEnumerable)

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

OfType<TResult>(IEnumerable)

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

AsParallel(IEnumerable)

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

AsQueryable(IEnumerable)

IEnumerableIQueryable に変換します。

適用対象