跳转到内容

ProjectItemCollection 对象

ProjectItemCollection 对象

app.project.rootItem.children

ProjectItemCollection 对象表示活动项目中的 ProjectItem 对象 集合。

ProjectItemCollection 是 Collection 对象 的子类。在使用 ProjectItemCollection 时,除了下面列出的方法和属性外,Collection 的所有方法和属性都可用。


属性

ProjectItemCollection.numItems

app.project.rootItem.children.numItems

描述

活动项目中的总项目数。

类型

整数,只读。