Returns a dictionary describing the receiver’s binding.
Original signature is '- (NSDictionary *)infoForBinding:(NSString *)binding'
Available in Mac OS X v10.4 and later.

C# | Visual Basic | Visual C++ |
NSDictionary InfoForBinding( NSString binding )
Function InfoForBinding ( _ binding As NSString _ ) As NSDictionary
NSDictionary^ InfoForBinding( NSString^ binding )

- binding (NSString)
- The name of a binding.

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.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)