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

selector(forCommand:)

Returns the selector associated with the receiver for the specified command description. 指定されたコマンド記述に対するレシーバと結び付けられたセレクタを返します。

Declaration 宣言

func selector(forCommand commandDescription: NSScriptCommandDescription) -> Selector?

Parameters パラメータ

commandDescription

A description for a script command, such as duplicate, make, or move. Encapsulates the scriptability information for that command, such as its Objective-C selector, its argument names and types, and its return type (if any). あるスクリプトコマンド、例えばduplicatemake、またはmoveに対する記述。そのコマンドに対するスクリプト対応機能情報、それのObjective-Cセレクタ、それの引数名と型、そしてそれの戻り型(もしあれば)をカプセル化してください。

Return Value 戻り値

The selector from the receiver for the command specified by commandDescription. Searches in the receiver first, then in any superclass. Returns NULL if no matching selector is found. commandDescriptionによって指定されるコマンドに対するレシーバからのセレクタ。レシーバの中を最初に、それからあらゆるサブクラスを捜します。NULLを返します、もし合致するセレクタが見つからないならば。

See Also 参照

Getting command information コマンド情報を取得する