Item プロパティはコレクション内の特定の項目へのアクセスを提供します
Files クラス (PRIM_SOND.Files) のメンバ
データ タイプ - PRIM_SOND.File - サウンド ファイル
名前 | タイプ | データ タイプ | 記述 |
---|---|---|---|
Index | *Input | 整数 | Index パラメータはコレクション内の項目を識別します |
コレクション内の項目への参照は、 Index パラメータで指定された値を介してアクセス可能です。
Item プロパティを使用してコレクション内の 3 番目の項目にアクセスする。
#Reference <= #Sounds.Item<3>
However, as Item is the default property of the collection, there is no need to specify it on the command.
#Reference <= #Sounds<3>
2018 - V14SP1