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, PropertyTabScope)

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

AddTabType(Type)

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

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を参照してください。

拡張メソッド

名前 説明
AsParallel(IEnumerable)

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

AsQueryable(IEnumerable)

IEnumerableIQueryableに変換します。

Cast<TResult>(IEnumerable)

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

OfType<TResult>(IEnumerable)

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

適用対象