Type Property
型プロパティ
oldKey
If the value of the kindKey
entry is NSKeyValueChange.setting
, and old
was specified when the observer was registered, the value of this key is the value before the attribute was changed.
kindKey
登録項目の値がNSKeyValueChange.setting
ならば、そしてオブザーバが登録された時old
が指定されたならば、このキーの値は属性が変更されたよりも前の値です。
Discussion
議論
For NSKeyValueChange.removal
or NSKeyValueChange.replacement
, if old
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.
NSKeyValueChange.removal
またはNSKeyValueChange.replacement
に対して、オブザーバが登録された時にold
が指定されたならば、その値はあるNSArray
インスタンスです、それは除去されたまたは他のオブジェクトと置き換えられたオブジェクトそれらを含みます、それぞれに。