Type Property 型プロパティ

newKey

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

Declaration 宣言

static let newKey: NSKeyValueChangeKey

Discussion 議論

For NSKeyValueChange.insertion or NSKeyValueChange.replacement, if new 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. NSKeyValueChange.insertionまたはNSKeyValueChange.replacementに対して、オブザーバが登録された時にnewが指定されたならば、このキーに対する値はあるNSArrayインスタンスです、それは挿入されたまたは他のオブジェクトと置き換えられたオブジェクトそれらを含みます、それぞれに。