Share via


IXamlType.ItemType 属性

定义

获取一个值,该值提供此 IXamlTypeItems 属性的类型信息。

public:
 property IXamlType ^ ItemType { IXamlType ^ get(); };
IXamlType ItemType();
public IXamlType ItemType { get; }
var iXamlType = iXamlType.itemType;
Public ReadOnly Property ItemType As IXamlType

属性值

集合中项类型的 IXamlType 信息;否则,如果此 IXamlType 不表示集合,则为 null。

适用于