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

remove(withKeyword:)

Removes the receiver’s descriptor identified by the specified keyword. レシーバの持つ、指定されたキーワードで識別される記述子を除去します。

Declaration 宣言

func remove(withKeyword keyword: AEKeyword)

Parameters パラメータ

keyword

A keyword (a four-character code) that identifies the descriptor to remove. 除去する記述子を識別するキーワード(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 レコード記述子を扱う