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

removeParamDescriptor(withKeyword:)

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

Declaration 宣言

func removeParamDescriptor(withKeyword keyword: AEKeyword)

Parameters パラメータ

keyword

A keyword (a four-character code) that identifies the parameter descriptor to remove. Currently provides no indication if an error occurs. 除去されることになるパラメータ記述子を識別するキーワード(4文字コード)。今のところエラーが起こるならば何の兆候も示しません。

Discussion 議論

The receiver must be an Apple event or Apple event record, both of which can contain parameters. レシーバは、1つのアップルイベントまたはアップルイベントレコードでなければなりません、その両方ともパラメータを含むことができます。

See Also 参照

Working With Apple Event Descriptors アップルイベント記述子を扱う