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
が指定されたならば、このキーの値は属性が変更されたよりも前の値です。
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
インスタンスです、それは除去されたまたは他のオブジェクトと置き換えられたオブジェクトそれらを含みます、それぞれに。