NSBindingOptions Constructors
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
| Name | Description |
|---|---|
| NSBindingOptions() |
Creates a new NSBindingOptions with default (empty) values. |
| NSBindingOptions(NSDictionary) |
Creates a new NSBindingOptions from the values that are specified in |
NSBindingOptions()
NSBindingOptions(NSDictionary)
Creates a new NSBindingOptions from the values that are specified in dictionary.
public NSBindingOptions(Foundation.NSDictionary? dictionary);
new AppKit.NSBindingOptions : Foundation.NSDictionary -> AppKit.NSBindingOptions
Parameters
- dictionary
- NSDictionary
The dictionary to use to populate the properties of this type.