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

commandDescriptions(inSuite:)

Returns the command descriptions contained in the suite identified by suiteName. suiteNameによって識別されるスイートの中に含まれるコマンド記述を返します。

Declaration 宣言

func commandDescriptions(inSuite suiteName: String) -> [String : NSScriptCommandDescription]?

Discussion 議論

Each command description (instance of NSScriptCommandDescription) in the returned dictionary is identified by command name. 返される辞書の中の各コマンド記述(NSScriptCommandDescriptionのインスタンス)は、コマンド名によって識別されます。

See Also 参照

Getting and Registering Command Descriptions コマンド記述の取得と登録