removeDescriptorAtIndex:
指定した位置のデスクリプタを取り除きます
-(void)removeDescriptorAtIndex:(long int)anIndex:
解説
指定した位置(anIndex)のデスクリプタを取り除きます。レシーバはリストデスクリプタ。エラーが発生すればnilを返します。
返り値
( void )
なし
引数
( long int )anIndex
指定する位置
フレームワーク
Foundation
クラス
NSAppleEventDescriptor
Instance Methods
使用可能
10.0
参照
- descriptorAtIndex:
- insertDescriptor:atIndex:
例文
NSLog(@"%@",NSFileTypeForHFSTypeCode([desc keywordForDescriptorAtIndex:0]));