Instance Method インスタンスメソッド

classDescriptionForKey:

Returns the class description instance for the class type of the specified attribute or relationship. 指定された属性またはリレーションシップのクラス型に対するクラス記述インスタンスを返します。

Declaration 宣言

- (NSScriptClassDescription *)classDescriptionForKey:(NSString *)key;

Parameters パラメータ

key

The identifying key for an attribute or relationship of the receiver. レシーバのある属性またはリレーションシップに対する識別キー。

Return Value 戻り値

The instance of NSScriptClassDescription for the type of the attribute or relationship specified by key. Returns nil if no scriptable property corresponds to key. keyによって指定される属性またはリレーションシップの型に対するNSScriptClassDescriptionのインスタンス。nilを返します、もしスクリプト対応プロパティがkeyと一致しないならば。

See Also 参照

Getting a Script Class Description スクリプトクラス記述を取得する