ProjectItemCollection 对象
ProjectItemCollection 对象
Section titled “ProjectItemCollection 对象”app.project.rootItem.children
ProjectItemCollection 对象表示活动项目中的 ProjectItem 对象 集合。
ProjectItemCollection 是 Collection 对象 的子类。在使用 ProjectItemCollection 时,除了下面列出的方法和属性外,Collection 的所有方法和属性都可用。
ProjectItemCollection.numItems
Section titled “ProjectItemCollection.numItems”app.project.rootItem.children.numItems
活动项目中的总项目数。
整数,只读。