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

appleEventCodeForArgument(withName:)

Returns the Apple event code for the specified command argument of the receiver. レシーバのこの指定されたコマンド引数に対するアップルイベントコードを返します。

Declaration 宣言

func appleEventCodeForArgument(withName argumentName: String) -> FourCharCode

Parameters パラメータ

argumentName

The argument name (used as a key) for which to obtain the corresponding Apple event code. それに対して対応するアップルイベントコードを入手することになる(キーとして使われる)引数名。

Return Value 戻り値

The code for the specified argument. 指定された引数に対するコード。

See Also 参照

Getting Command Argument Information コマンド引数情報を取得する