「マクロリファレンス:Documents コレクション」の版間の差分

提供: MeryWiki
ナビゲーションに移動 検索に移動
ページの作成:「== プロパティ == === Count プロパティ === 文書の数を取得します。 ;構文 <source lang="javascript"> function get Count() : int </source> === I...」
 
Admin がページ「Documents コレクション」を「マクロリファレンス:Documents コレクション」へと、リダイレクトを残さずに移動しました
(相違点なし)

2012年5月30日 (水) 17:32時点における版

プロパティ

Count プロパティ

文書の数を取得します。

構文
function get Count() : int


Item プロパティ

指定するインデックスの Document オブジェクトを取得します。

構文
function get Item(value : int) : Document
スポンサーリンク