Instance Property インスタンスプロパティ

keySpecifier

Returns a specifier for the object or objects to be deleted. 削除されることになるオブジェクトまたは複数のオブジェクトに対する指定子を返します。

Declaration 宣言

@property(readonly, retain) NSScriptObjectSpecifier *keySpecifier;

Return Value 戻り値

A specifier for the object or objects to be deleted. 削除されることになるオブジェクトまたは複数のオブジェクトに対する指定子。

Discussion 議論

Note that this may be different than the specifier or specifiers set by setReceiversSpecifier:. これはsetReceiversSpecifier:によって設定される指定子または複数の指定子とは異なるかもしれないことに注意してください。

See Also 参照

Working with specifiers 指定子を扱う

Related Documentation 関連文書