Global Variable グローバル変数

NSKeyValueChangeNewKey

If the value of the NSKeyValueChangeKindKey entry is NSKeyValueChangeSetting, and NSKeyValueObservingOptionNew was specified when the observer was registered, the value of this key is the new value for the attribute. NSKeyValueChangeKindKey登録項目の値がNSKeyValueChangeSettingならば、そしてオブザーバが登録された時NSKeyValueObservingOptionNewが指定されたならば、このキーの値は属性に対する新しい値です。

Declaration 宣言

const NSKeyValueChangeKey NSKeyValueChangeNewKey;

Discussion 議論

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