NSObject.Bind 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.
Overloads
Bind(String, NSObject, String, NSDictionary) |
Obsolete.
|
Bind(NSString, NSObject, String, NSDictionary) |
Bind(String, NSObject, String, NSDictionary)
Caution
Use 'Bind (NSString binding, NSObject observable, string keyPath, [NullAllowed] NSDictionary options)' instead.
[Foundation.Export("bind:toObject:withKeyPath:options:")]
[System.Obsolete("Use 'Bind (NSString binding, NSObject observable, string keyPath, [NullAllowed] NSDictionary options)' instead.", false)]
public virtual void Bind (string binding, Foundation.NSObject observable, string keyPath, Foundation.NSDictionary options);
abstract member Bind : string * Foundation.NSObject * string * Foundation.NSDictionary -> unit
override this.Bind : string * Foundation.NSObject * string * Foundation.NSDictionary -> unit
Parameters
- binding
- String
- observable
- NSObject
- keyPath
- String
- options
- NSDictionary
- Attributes
Applies to
Bind(NSString, NSObject, String, NSDictionary)
public void Bind (Foundation.NSString binding, Foundation.NSObject observable, string keyPath, Foundation.NSDictionary options);
member this.Bind : Foundation.NSString * Foundation.NSObject * string * Foundation.NSDictionary -> unit
Parameters
- binding
- NSString
- observable
- NSObject
- keyPath
- String
- options
- NSDictionary