Instance Method
インスタンスメソッド
setDescriptor:forKeyword:
Adds a descriptor, identified by a keyword, to the receiver.
あるキーワードによって識別される1つの記述子をレシーバに加えます。
Parameters
パラメータ
descriptor
The descriptor to add to the receiver.
レシーバに加えられる記述子。
keyword
A keyword (a four-character code) that identifies the descriptor to add. If a descriptor with that keyword already exists in the receiver, it is replaced.
加えられる記述子を識別するキーワード(4文字コード)。そのキーワードを持つ記述子が既にレシーバにおいて存在するならば、それは置き換えられます。
Discussion
議論
The receiver must be an Apple event or Apple event record. Currently provides no indication if an error occurs.
レシーバは、1つのアップルイベントまたはアップルイベントレコードでなければなりません。今のところエラーが起こるならば何の兆候も示しません。
See Also
参照
Working With Record Descriptors
レコード記述子を扱う
- descriptorForKeyword:
Returns the receiver’s descriptor for the specified keyword.
レシーバの持つ記述子を指定されたキーワードに対して返します。
- keywordForDescriptorAtIndex:
Returns the keyword for the descriptor at the specified (one-based) position in the receiver.
レシーバの中の指定された位置(1起点)での記述子に対するキーワードを返します。