Class description for the receiver's container object. レシーバの持つコンテナオブジェクトに対するクラス記述。
Initializerinit(container
init(containerClassDescription:containerSpecifier:key:test:)
Returns an
NSWhoseSpecifier
object initialized with the given attributes.
与えられた属性で初期化されたNSWhoseSpecifier
オブジェクトを返します。
Availability 有効性
- macOS 10.0+
- Mac Catalyst 15.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
init(containerClassDescription classDesc: NSScriptClassDescription
,
containerSpecifier container: NSScriptObjectSpecifier
?,
key property: String
,
test: NSScriptWhoseTest
)
Parameters パラメータ
classDescription
specifier
An object specifier for the receiver's container object. レシーバの持つコンテナオブジェクトに対するオブジェクト指定子。
property
The key for the property for which to test. それについてテストするプロパティに対するキー。
test
The test condition. テスト条件。
Return Value 戻り値
An NSWhose
object initialized with the given attributes.
与えられた属性で初期化されたNSWhose
オブジェクト。
Discussion 議論
Invokes the super class’s init(container
and sets the whose test condition to test
.
スーパークラスの持つinit(container
を発動して、それのテスト条件をtest
に設定してください。