Class

NSCountCommand

A command that counts the number of objects of a specified class in the specified object container. 指定されたクラスのオブジェクトの数を、指定されたオブジェクトコンテナの中で数えるコマンド。

Declaration 宣言

class NSCountCommand : NSScriptCommand

Overview 概要

An instance of NSCountCommand counts the number of objects of a specified class in the specified object container (such as the number of words in a paragraph or document) and returns the result. NSCountCommandのインスタンスは、指定されたオブジェクトコンテナの中の指定されたクラスのオブジェクトの数を数えます(例えばある段落または文書の中の単語の数)、そして結果を返します。

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

Relationships 関係

Inherits From 継承元

See Also 参照

Script Commands スクリプトコマンド

Related Documentation 関連文書