Global Variable
グローバル変数
NSKey
NSKeyValueChangeIndexesKey
If the value of the
NSKeyValueChangeKindKey
entry is NSKeyValueChangeInsertion
, NSKeyValueChangeRemoval
, or NSKeyValueChangeReplacement
, the value of this key is an NSIndexSet
object that contains the indexes of the inserted, removed, or replaced objects.
NSKeyValueChangeKindKey
登録項目の値がNSKeyValueChangeInsertion
、NSKeyValueChangeRemoval
、またはNSKeyValueChangeReplacement
ならば、このキーの値はNSIndexSet
オブジェクトです、それは挿入、除去、または置換されたオブジェクトのインデックスを含みます。
Availability 有効性
- iOS 2.0+
- iPadOS 2.0+
- macOS 10.3+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
const NSKeyValueChangeKey
NSKeyValueChangeIndexesKey;