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

insertionReplaces

Returns a Boolean value that indicates whether evaluation has been successful and the object to be inserted should actually replace the keyed, indexed object in the insertion container. あるブール値を返します、それは評価がうまくいったそして挿入されるオブジェクトが実際にキーでの、インデックスでのオブジェクトを挿入コンテナにおいて置き換えるはずかどうかを指し示します。

Declaration 宣言

@property(readonly) BOOL insertionReplaces;

Return Value 戻り値

YES if evaluation has been successful and the object to be inserted should actually replace the keyed, indexed object in the insertion container, instead of being inserted before it; NO otherwise. YES、もし評価がうまくいったそして挿入されることになるオブジェクトが実際にキーでの、インデックスでのオブジェクトに挿入コンテナにおいて置き換えられる、それの前に挿入されるのではなく、はずならば; そうでなければNO

Discussion 議論

If this object has never been evaluated, evaluation is attempted. このオブジェクトが一度も評価されなかったならば、評価は試みられます。

See Also 参照

Accessing information about a positional specifier 位置指定子についての情報にアクセスする