CollectionEditor.CollectionItemType 属性

定义

获取集合中每项的数据类型。

protected:
 property Type ^ CollectionItemType { Type ^ get(); };
protected Type CollectionItemType { get; }
member this.CollectionItemType : Type
Protected ReadOnly Property CollectionItemType As Type

属性值

集合项的数据类型。

注解

此属性表示集合项的数据类型。

适用于