ClassNSRandom
NSRandomSpecifier
A specifier for an arbitrary object in a collection or, if not a one-to-many relationship, the sole object.
あるコレクションの中の随意のオブジェクトまたは、一対多関係(リレーションシップ)でなければ、唯一のオブジェクトのための指定子。
Availability 有効性
- macOS 10.0+
- Mac Catalyst 15.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
class NSRandomSpecifier : NSScriptObjectSpecifier
Relationships 関係
Inherits From 継承元
See Also 参照
Object Specifiers オブジェクト指定子
class NSScriptObjectSpecifier
An abstract class used to represent natural language expressions.
自然言語表現を表すために使われる抽象クラス。
class NSPropertySpecifier
A specifier for a simple attribute value, a one-to-one relationship, or all elements of a to-many relationship.
ある単純な属性値、一対一関係(リレーションシップ)を、または対多関係のすべての要素のための指定子。
class NSPositionalSpecifier
A specifier for an insertion point in a container relative to another object in the container.
そのコンテナ中の別のオブジェクトとの関係での、あるコンテナにおける挿入点のための指定子。
class NSRangeSpecifier
A specifier for a range of objects in a container.
あるコンテナの中のいくつかのオブジェクトからなるある範囲のための指定子。
class NSUniqueIDSpecifier
A specifier for an object in a collection (or container) by unique ID.
特有なIDによる、あるコレクション(またはコンテナ)の中のあるオブジェクトのための指定子。
class NSWhoseSpecifier
A specifier that indicates every object in a collection matching a condition.
あるコレクションの中の、ある条件に合致しているあらゆるオブジェクトを指し示す指定子。
class NSNameSpecifier
A specifier for an object in a collection (or container) by name.
名前による、あるコレクション(またはコンテナ)の中のあるオブジェクトに対する指定子。
class NSMiddleSpecifier
A specifier indicating the middle object in a collection or, if not a one-to-many relationship, the sole object.
あるコレクションの中の真ん中のオブジェクトまたは、一対多関係(リレーションシップ)でなければ、唯一のオブジェクトを指し示す指定子。
class NSIndexSpecifier
A specifier representing an object in a collection (or container) with an index number.
あるインデックス数を使って、あるコレクション(またはコンテナ)の中のあるオブジェクトを表す指定子。
class NSRelativeSpecifier
A specifier that indicates an object in a collection by its position relative to another object.
あるオブジェクトをあるコレクションにおいて別のオブジェクトとの相対的なそれの位置によって指し示す指定子。