DesignerOptionService.DesignerOptionCollection クラス

定義

デザイナー オプションのコレクションを格納します。 このクラスは継承できません。

public: ref class DesignerOptionService::DesignerOptionCollection sealed : System::Collections::IList
[System.ComponentModel.TypeConverter(typeof(System.ComponentModel.Design.DesignerOptionService+DesignerOptionConverter))]
public sealed class DesignerOptionService.DesignerOptionCollection : System.Collections.IList
public sealed class DesignerOptionService.DesignerOptionCollection : System.Collections.IList
[<System.ComponentModel.TypeConverter(typeof(System.ComponentModel.Design.DesignerOptionService+DesignerOptionConverter))>]
type DesignerOptionService.DesignerOptionCollection = class
    interface ICollection
    interface IEnumerable
    interface IList
type DesignerOptionService.DesignerOptionCollection = class
    interface ICollection
    interface IEnumerable
    interface IList
[<System.ComponentModel.TypeConverter(typeof(System.ComponentModel.Design.DesignerOptionService+DesignerOptionConverter))>]
type DesignerOptionService.DesignerOptionCollection = class
    interface IList
    interface ICollection
    interface IEnumerable
Public NotInheritable Class DesignerOptionService.DesignerOptionCollection
Implements IList
継承
DesignerOptionService.DesignerOptionCollection
属性
実装

注釈

クラスは DesignerOptionService.DesignerOptionCollection 、他 DesignerOptionService.DesignerOptionCollection のオブジェクトを含むコレクションです。 これにより、ツリーの各分岐に名前とプロパティの可能なコレクションが含まれるオプションのツリーが形成されます。 ツリーの各親ブランチには、すべての子分岐のプロパティの和集合が含まれています。

プロパティ

Count

この DesignerOptionService.DesignerOptionCollection が格納する子オプション コレクションの数を取得します。

Item[Int32]

指定したインデックス位置にある子コレクションを取得します。

Item[String]

指定した名前を持つ子コレクションを取得します。

Name

この DesignerOptionService.DesignerOptionCollection の名前を取得します。

Parent

親コレクション オブジェクトを取得します。

Properties

この DesignerOptionService.DesignerOptionCollection によって提供されるプロパティのコレクションと、そのすべての子を取得します。

メソッド

CopyTo(Array, Int32)

コレクション全体を互換性のある 1 次元の Array にコピーします。コピー操作は、コピー先の配列の指定したインデックスから始まります。

Equals(Object)

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

(継承元 Object)
GetEnumerator()

このコレクションを反復処理するために使用できる IEnumerator を返します。

GetHashCode()

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

(継承元 Object)
GetType()

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

(継承元 Object)
IndexOf(DesignerOptionService+DesignerOptionCollection)

このコレクションの範囲で、指定した値が最初に見つかった位置のインデックスを返します。

MemberwiseClone()

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

(継承元 Object)
ShowDialog()

ユーザーがこの DesignerOptionService.DesignerOptionCollection のオプションを構成できるダイアログ ボックス ユーザー インターフェイス (UI) を表示します。

ToString()

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

(継承元 Object)

明示的なインターフェイスの実装

ICollection.IsSynchronized

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

ICollection.SyncRoot

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

IList.Add(Object)

IList に項目を追加します。

IList.Clear()

コレクションからすべての項目を削除します。

IList.Contains(Object)

コレクションに特定の値が格納されているかどうかを判断します。

IList.IndexOf(Object)

コレクション内での指定した項目のインデックスを調べます。

IList.Insert(Int32, Object)

コレクション内の指定したインデックスの位置に項目を挿入します。

IList.IsFixedSize

コレクションが固定サイズかどうかを示す値を取得します。

IList.IsReadOnly

コレクションが読み取り専用かどうかを示す値を取得します。

IList.Item[Int32]

指定したインデックスにある要素を取得または設定します。

IList.Remove(Object)

特定のオブジェクトの最初に出現したものをコレクションから削除します。

IList.RemoveAt(Int32)

指定したインデックスにあるコレクション項目を削除します。

拡張メソッド

Cast<TResult>(IEnumerable)

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

OfType<TResult>(IEnumerable)

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

AsParallel(IEnumerable)

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

AsQueryable(IEnumerable)

IEnumerableIQueryable に変換します。

適用対象

こちらもご覧ください