MonobjcMonobjc Documented Class Library
AutomaticallyNotifiesObserversForKey Method (key)
NamespacesMonobjc.FoundationNSObjectAutomaticallyNotifiesObserversForKey(NSString)

Returns a Boolean value that indicates whether the receiver supports automatic key-value observation for the given key.

Original signature is '+ (BOOL)automaticallyNotifiesObserversForKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static bool AutomaticallyNotifiesObserversForKey(
	NSString key
)
Public Shared Function AutomaticallyNotifiesObserversForKey ( _
	key As NSString _
) As Boolean
public:
static bool AutomaticallyNotifiesObserversForKey(
	NSString^ key
)
Parameters
key (NSString)
MISSING
Return Value
YES if the key-value observing machinery should automatically invoke willChangeValueForKey:/didChangeValueForKey: and willChange:valuesAtIndexes:forKey:/didChange:valuesAtIndexes:forKey: whenever instances of the class receive key-value coding messages for the key, or mutating key-value-coding-compliant methods for the key are invoked; otherwise NO.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)