跳转到内容

NonNativeItems

NonNativeItems

nonNativeItems

描述

一个包含 NonNativeItem 对象的集合。


属性

NonNativeItems.length

nonNativeItems.length

描述

集合中对象的数量。

类型

数字;只读。


NonNativeItems.parent

nonNativeItems.parent

描述

该对象的父对象。

类型

对象;只读。


NonNativeItems.typename

nonNativeItems.typename

描述

引用对象的类名。

类型

字符串;只读。


方法

NonNativeItems.getByName()

nonNativeItems.getByName(name)

描述

获取集合中具有指定名称的第一个元素。

参数

参数类型描述
name字符串要获取的元素的名称

返回值

NonNativeItem, SymbolItem