PropertyGrid.PropertyTabCollection クラス

定義

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

public: ref class PropertyGrid::PropertyTabCollection : System::Collections::ICollection
public class PropertyGrid.PropertyTabCollection : System.Collections.ICollection
type PropertyGrid.PropertyTabCollection = class
    interface ICollection
    interface IEnumerable
Public Class PropertyGrid.PropertyTabCollection
Implements ICollection
継承
PropertyGrid.PropertyTabCollection
実装

プロパティ

Count

コレクション内の プロパティ タブの数を取得します。

Item[Int32]

指定されたインデックス位置にある PropertyTab を取得します。

メソッド

AddTabType(Type)

指定した型の プロパティ タブをコレクションに追加します。

AddTabType(Type, PropertyTabScope)

指定した型および指定したスコープの プロパティ タブをコレクションに追加します。

Clear(PropertyTabScope)

指定したスコープの プロパティ タブをコレクションからすべて削除します。

Equals(Object)

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

(継承元 Object)
GetEnumerator()

コレクション内のすべての プロパティ タブの列挙体を返します。

GetHashCode()

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

(継承元 Object)
GetType()

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

(継承元 Object)
MemberwiseClone()

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

(継承元 Object)
RemoveTabType(Type)

コレクションから指定したタブ型を削除します。

ToString()

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

(継承元 Object)

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

ICollection.CopyTo(Array, Int32)

このメンバーの詳細については、「CopyTo(Array, Int32)」をご覧ください。

ICollection.IsSynchronized

このメンバーの詳細については、「IsSynchronized」をご覧ください。

ICollection.SyncRoot

このメンバーの詳細については、「SyncRoot」をご覧ください。

拡張メソッド

Cast<TResult>(IEnumerable)

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

OfType<TResult>(IEnumerable)

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

AsParallel(IEnumerable)

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

AsQueryable(IEnumerable)

IEnumerableIQueryable に変換します。

適用対象