Instance Method
インスタンスメソッド
atIndex(_:)
Returns the descriptor at the specified (one-based) position in the receiving descriptor list.
レシーバである記述子リストの中の指定された位置(1起点)での記述子を返します。
Parameters
パラメータ
anIndex
The one-based descriptor list position of the descriptor to return.
返される記述子の1起点記述子リスト位置
Return Value
戻り値
The descriptor from the specified position (one-based) in the descriptor list, or nil
if the specified descriptor cannot be obtained.
記述子リストの中の指定された位置(1起点)からの記述子、または指定された記述子が入手されることが出来ないならばnil
。
See Also
参照
Working With List Descriptors
リスト記述子を扱う
func insert(NSAppleEventDescriptor, at: Int)
Inserts a descriptor at the specified (one-based) position in the receiving descriptor list, replacing the existing descriptor, if any, at that position.
ある記述子をレシーバである記述子リストの中の指定された位置(1起点)で挿入します、既存の記述子を、もしあれば、その位置で置き換えます。
func remove(at: Int)
Removes the descriptor at the specified (one-based) position in the receiving descriptor list.
記述子をレシーバである記述子リストの中の指定された位置(1起点)で取り除きます。