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

supportsCommand(_:)

Returns a Boolean value indicating whether the receiver or any superclass supports the specified command. あるブール値を返します、レシーバまたは何らかのスーパークラスがこの指定されたコマンドをサポートするかどうかを指し示します。

Declaration 宣言

func supportsCommand(_ commandDescription: NSScriptCommandDescription) -> Bool

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 戻り値

true if an the receiver or the instance of NSScriptClassDescription of any superclass of the receiver’s class lists the command described by commandDesc among its supported commands; otherwise, false. true、もしレシーバまたはレシーバのもつクラスの何らかのスーパークラスのNSScriptClassDescriptioncommandDescによって記述されるコマンドを、それのサポートするコマンドに含めてリストするならば;そうでなければfalse

See Also 参照

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