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)

IEnumerable 轉換成 IQueryable

適用於