GridItemCollection 类

定义

包含 GridItem 对象的集合。

public ref class GridItemCollection : System::Collections::ICollection
public class GridItemCollection : System.Collections.ICollection
type GridItemCollection = class
    interface ICollection
    interface IEnumerable
Public Class GridItemCollection
Implements ICollection
继承
GridItemCollection
实现

注解

此类表示存储在 . PropertyGrid中的对象的集合GridItem

可以通过在集合中使用索引或通过索引器访问的集合中网格项的标签来检索特定 GridItem 项。

字段

Empty

指定 GridItemCollection 没有项。

属性

Count

获取集合中网格项的数目。

Item[Int32]

获取位于指定索引处的 GridItem

Item[String]

获取具有匹配标签的 GridItem

方法

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetEnumerator()

返回集合中所有网格项的枚举。

GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
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

适用于