Instance Property
インスタンスプロパティ
arguments
Sets the arguments of the command to args
.
コマンドの引数をargs
に設定します。
Discussion
議論
Each argument in the dictionary is identified by the same name key used for the argument in the command’s class declaration in the script suite file.
辞書の中の各引数は、スクリプトスイートファイルにおいてコマンドのもつクラス記述の中の引数に対して使われるのと、同じ名前キーによって識別されます。
See Also
参照
Accessing arguments
引数にアクセスする
evaluatedArguments
Returns a dictionary containing the arguments of the command, evaluated from object specifiers to objects if necessary. The keys in the dictionary are the argument names.
コマンドの引数を含んでいる辞書を返します、オブジェクト指定子からオブジェクトに評価されます、もし必要ならば。辞書の中のキーは、引数名です。