PropertyGrid.PropertyTabCollection 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
包含 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。 |