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)

IEnumerable 转换为 IQueryable

Cast<TResult>(IEnumerable)

IEnumerable 的元素强制转换为指定类型。

OfType<TResult>(IEnumerable)

根据指定类型筛选 IEnumerable 的元素。

适用于