Instance Method インスタンスメソッド

initRecordDescriptor

Initializes a newly allocated instance as a descriptor that is an Apple event record. 新たに割り当てされたインスタンスをアップルイベントレコードである記述子として初期化します。

Declaration 宣言

- (instancetype)initRecordDescriptor;

Return Value 戻り値

The initialized Apple event record, 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:などで行えます。

See Also 参照

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