count()

書式

number = menusObject.count()

説明

count()メソッドはmenuオブジェクトの総数を返します。count()はlengthと同じ値になります。
var m=app.menus;
alert(m.count());

目次に戻る