Initializer

init(recordDescriptor:)

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

Declaration 宣言

convenience init(recordDescriptor: ())

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 setAttribute(_:forKeyword:), setDescriptor(_:forKeyword:), and setParam(_:forKeyword:). アップルイベントレコードは、それのデータが4文字コードによってキー付けされる記述子の一揃いである記述子です。あなたは、情報をこの記述子に追加することが幾つかのメソッド、例えばsetAttribute(_:forKeyword:)setDescriptor(_:forKeyword:)、そしてsetParam(_:forKeyword:)などで行えます。

See Also 参照

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