Class

NSGetCommand

A command that retrieves a value or object from a scriptable object. スクリプト対応オブジェクトから値またはオブジェクトを取ってくるコマンド。

Declaration 宣言

class NSGetCommand : NSScriptCommand

Overview 概要

An instance of NSGetCommand gets the specified value or object from the specified scriptable object: for example, the words from a paragraph or the name of a document. NSGetCommandのインスタンスは、指定されたスクリプト対応オブジェクトから指定された値またはオブジェクトを取得します:例えばある段落からの単語、またはある書類の名前など。

When an instance of NSGetCommand is executed, it evaluates the specified receivers, gathers the specified data, if any, and packages it in a return Apple event. NSGetCommandのインスタンスが実行される時、それは指定されたレシーバを評価し、指定されたデータをかき集めて、もしあれば、それを返答アップリイベントの中にパッケージにします。

NSGetCommand is part of Cocoa’s built-in scripting support. It works automatically to support the get command through key-value coding. Most applications don’t need to subclass NSGetCommand or call its methods. NSGetCommandは、Cocoaの組み込みスクリプティングサポートの部分です。それは、getコマンドをキー値コーディングを通してサポートするように自動的に働きます。ほとんどのアプリケーションは、NSGetCommandのサブクラスを作成するまたはそれのメソッドを呼び出す必要はありません。

For information on working with get commands, see Getting and Setting Properties and Elements in Cocoa Scripting Guide. getコマンドを扱う情報として、プロパティおよび要素の取得と設定Cocoaスクリプティングガイドで見てください。

Relationships 関係

Inherits From 継承元

See Also 参照

Script Commands スクリプトコマンド

Related Documentation 関連文書