Type Method 型メソッド

recordDescriptor

Creates and initializes a descriptor for an Apple event record whose data has yet to be set. あるアップルイベントレコードに対する記述子を作成して初期化します、それのデータはまだ設定されません。

Declaration 宣言

+ (NSAppleEventDescriptor *)recordDescriptor;

Return Value 戻り値

An Apple event descriptor whose data has yet to be set, or nil if an error occurs. そのデータがまた設定されていないアップルイベント記述子、またはエラーが起こるならばnil

Discussion 議論

An Apple event record is a descriptor whose data is a set of descriptors keyed by four-character codes. You can add information to the descriptor with methods such as setAttributeDescriptor:forKeyword:, setDescriptor:forKeyword:, and setParamDescriptor:forKeyword:. アップルイベントレコードは、それのデータが4文字コードによってキー付けされる記述子の一揃いである記述子です。あなたは、情報をこの記述子に追加することが幾つかのメソッド、例えばsetAttributeDescriptor:forKeyword:setDescriptor:forKeyword:、そしてsetParamDescriptor:forKeyword:などで行えます。

Invoking this method is equivalent to allocating an instance of NSAppleEventDescriptor and invoking initRecordDescriptor. このメソッドを発動することは、NSAppleEventDescriptorのインスタンスを割り当てしてinitRecordDescriptorを発動することと等価です。

See Also 参照

Creating and Initializing Descriptors 記述子の作成と初期化