Class

NSExistsCommand

A command that determines whether a scriptable object exists. あるスクリプト対応オブジェクトが存在するかどうかを判定するコマンド。

Declaration 宣言

class NSExistsCommand : NSScriptCommand

Overview 概要

An instance of NSExistsCommand determines whether a specified scriptable object, such as a word, paragraph, or image, exists. NSExistsCommandのインスタンスは、ある指定されたスクリプト対応オブジェクト、例えば単語、段落、または画像などが存在するかどうかを判定します。

When an instance of NSExistsCommand is executed, it evaluates the receiver specifier for the command to determine if it specifies any objects. NSExistsCommandのインスタンスが実行される時、それはコマンドに対するレシーバ指定子を評価してそれが何かオブジェクトを指定するかどうかを判定します。

NSExistsCommand is part of Cocoa’s built-in scripting support. Most applications don’t need to subclass NSExistsCommand. NSExistsCommandは、Cocoaの組込みスクリプティングサポートの一部です。ほとんどのアプリケーションは、NSExistsCommandのサブクラスを作成する必要はありません。

Relationships 関係

Inherits From 継承元

See Also 参照

Script Commands スクリプトコマンド

Related Documentation 関連文書