Structure

NSKeyValueObservingOptions

The values that can be returned in a change dictionary. ある変更辞書において返されることが可能な値。

Declaration 宣言

struct NSKeyValueObservingOptions, @unchecked Sendable

Overview 概要

These constants are passed to addObserver(_:forKeyPath:options:context:) and determine the values that are returned as part of the change dictionary passed to an observeValue(forKeyPath:of:change:context:). You can pass 0 if you require no change dictionary values. これらの定数は、addObserver(_:forKeyPath:options:context:)に渡されます、そしてobserveValue(forKeyPath:of:change:context:)に渡される変更辞書の一部として返される値を決定します。あなたは、0を渡すことができます、もしあなたが変更辞書を要求しないならば。

Topics 話題

Constants 定数

Initializers イニシャライザ

Relationships 関係

Conforms To 次に準拠