NSObject.ObserveValue(NSString, NSObject, NSDictionary, IntPtr) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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