NSArray.AddObserver Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("addObserver:toObjectsAtIndexes:forKeyPath:options:context:")]
public virtual void AddObserver (Foundation.NSObject observer, Foundation.NSIndexSet indexes, string keyPath, Foundation.NSKeyValueObservingOptions options, IntPtr context);
override this.AddObserver : Foundation.NSObject * Foundation.NSIndexSet * string * Foundation.NSKeyValueObservingOptions * nativeint -> unit
Parameters
- observer
- NSObject
- indexes
- NSIndexSet
- keyPath
- String
- options
- NSKeyValueObservingOptions
- context
-
IntPtr
nativeint
- Attributes