MonobjcMonobjc Documented Class Library
InfoForBinding Method (binding)
NamespacesMonobjc.FoundationNSObjectInfoForBinding(NSString)

Returns a dictionary describing the receiver’s binding.

Original signature is '- (NSDictionary *)infoForBinding:(NSString *)binding'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSDictionary InfoForBinding(
	NSString binding
)
Public Overridable Function InfoForBinding ( _
	binding As NSString _
) As NSDictionary
public:
virtual NSDictionary^ InfoForBinding(
	NSString^ binding
)
Parameters
binding (NSString)
The name of a binding.
Return Value
A dictionary with information about binding, or nil if the binding is not bound. The dictionary contains three key/value pairs: NSObservedObjectKey: object bound, NSObservedKeyPathKey: key path bound, NSOptionsKey: dictionary with the options and their values for the bindings.
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)