NonNativeItems
NonNativeItems
Section titled “NonNativeItems”nonNativeItems
一个包含 NonNativeItem 对象的集合。
NonNativeItems.length
Section titled “NonNativeItems.length”nonNativeItems.length
集合中对象的数量。
数字;只读。
NonNativeItems.parent
Section titled “NonNativeItems.parent”nonNativeItems.parent
该对象的父对象。
对象;只读。
NonNativeItems.typename
Section titled “NonNativeItems.typename”nonNativeItems.typename
引用对象的类名。
字符串;只读。
NonNativeItems.getByName()
Section titled “NonNativeItems.getByName()”nonNativeItems.getByName(name)
获取集合中具有指定名称的第一个元素。
参数 | 类型 | 描述 |
---|---|---|
name | 字符串 | 要获取的元素的名称 |