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
が指定されたならば、このキーの値は属性に対する新しい値です。
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
インスタンスです、それは挿入されたまたは他のオブジェクトと置き換えられたオブジェクトそれらを含みます、それぞれに。