選択しているオブジェクトをインデックスオブジェクトで返します
解説
選択しているオブジェクトをインデックスオブジェクトで返します。
返り値
( NSIndexSet * )
引数
フレームワーク
ApplicationKit
クラス
NSArrayController
Instance Methods
使用可能
10.3
参照
-setSelectionIndexes:
-selectionIndex
例文
//選択しているオブジェクトをインデックスオブジェクトで返す
NSLog([[myOutlet selectionIndexes] description]);