Global Variable グローバル変数

NSKeyValueChangeOldKey

If the value of the NSKeyValueChangeKindKey entry is NSKeyValueChangeSetting, and NSKeyValueObservingOptionOld was specified when the observer was registered, the value of this key is the value before the attribute was changed. NSKeyValueChangeKindKey登録項目の値がNSKeyValueChangeSettingならば、そしてオブザーバが登録された時NSKeyValueObservingOptionOldが指定されたならば、このキーの値は属性が変更されたよりも前の値です。

Declaration 宣言

const NSKeyValueChangeKey NSKeyValueChangeOldKey;

Discussion 議論

For NSKeyValueChangeRemoval or NSKeyValueChangeReplacement, if NSKeyValueObservingOptionOld was specified when the observer was registered, the value is an NSArray instance that contains the objects that have been removed or have been replaced by other objects, respectively. NSKeyValueChangeRemovalまたはNSKeyValueChangeReplacementに対して、オブザーバが登録された時にNSKeyValueObservingOptionOldが指定されたならば、その値はあるNSArrayインスタンスです、それは除去されたまたは他のオブジェクトと置き換えられたオブジェクトそれらを含みます、それぞれに。