Partager via


NSObject.ObserveValue(NSString, NSObject, NSDictionary, IntPtr) Méthode

Définition

Indique que la valeur au keyPath spécifié par rapport à cet objet a changé.

[Foundation.Export("observeValueForKeyPath:ofObject:change:context:")]
public virtual void ObserveValue (Foundation.NSString keyPath, Foundation.NSObject ofObject, Foundation.NSDictionary change, IntPtr context);
abstract member ObserveValue : Foundation.NSString * Foundation.NSObject * Foundation.NSDictionary * nativeint -> unit
override this.ObserveValue : Foundation.NSString * Foundation.NSObject * Foundation.NSDictionary * nativeint -> unit

Paramètres

keyPath
NSString

Chemin de clé à utiliser pour effectuer la recherche de valeur. Le chemin de clé se compose d’une série de chaînes ASCII minuscules sans espaces séparés par des points.

ofObject
NSObject
change
NSDictionary
context
IntPtr

nativeint

Attributs

Remarques

Cette méthode est appelée si vous avez inscrit un observateur à l’aide de la AddObserver(NSObject, String, NSKeyValueObservingOptions, IntPtr) méthode

S’applique à