NativeBindingHelpers.SetBinding 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
SetBinding<TNativeView>(TNativeView, BindableProperty, BindingBase) |
For internal use by the Xamarin.Forms platform. |
SetBinding<TNativeView>(TNativeView, String, BindingBase, INotifyPropertyChanged) |
For internal use by the Xamarin.Forms platform. |
SetBinding<TNativeView>(TNativeView, String, BindingBase, String) |
For internal use by the Xamarin.Forms platform. |
SetBinding<TNativeView>(TNativeView, BindableProperty, BindingBase)
For internal use by the Xamarin.Forms platform.
public static void SetBinding<TNativeView> (TNativeView target, Xamarin.Forms.BindableProperty targetProperty, Xamarin.Forms.BindingBase binding) where TNativeView : class;
static member SetBinding : 'NativeView * Xamarin.Forms.BindableProperty * Xamarin.Forms.BindingBase -> unit (requires 'NativeView : null)
Type Parameters
- TNativeView
For internal use by the Xamarin.Forms platform.
Parameters
- target
- TNativeView
For internal use by the Xamarin.Forms platform.
- targetProperty
- BindableProperty
For internal use by the Xamarin.Forms platform.
- binding
- BindingBase
For internal use by the Xamarin.Forms platform.
Applies to
SetBinding<TNativeView>(TNativeView, String, BindingBase, INotifyPropertyChanged)
For internal use by the Xamarin.Forms platform.
public static void SetBinding<TNativeView> (TNativeView target, string targetProperty, Xamarin.Forms.BindingBase bindingBase, System.ComponentModel.INotifyPropertyChanged propertyChanged) where TNativeView : class;
static member SetBinding : 'NativeView * string * Xamarin.Forms.BindingBase * System.ComponentModel.INotifyPropertyChanged -> unit (requires 'NativeView : null)
Type Parameters
- TNativeView
For internal use by the Xamarin.Forms platform.
Parameters
- target
- TNativeView
For internal use by the Xamarin.Forms platform.
- targetProperty
- System.String
For internal use by the Xamarin.Forms platform.
- bindingBase
- BindingBase
For internal use by the Xamarin.Forms platform.
- propertyChanged
- System.ComponentModel.INotifyPropertyChanged
For internal use by the Xamarin.Forms platform.
Applies to
SetBinding<TNativeView>(TNativeView, String, BindingBase, String)
For internal use by the Xamarin.Forms platform.
public static void SetBinding<TNativeView> (TNativeView target, string targetProperty, Xamarin.Forms.BindingBase bindingBase, string updateSourceEventName = default) where TNativeView : class;
static member SetBinding : 'NativeView * string * Xamarin.Forms.BindingBase * string -> unit (requires 'NativeView : null)
Type Parameters
- TNativeView
For internal use by the Xamarin.Forms platform.
Parameters
- target
- TNativeView
For internal use by the Xamarin.Forms platform.
- targetProperty
- System.String
For internal use by the Xamarin.Forms platform.
- bindingBase
- BindingBase
For internal use by the Xamarin.Forms platform.
- updateSourceEventName
- System.String
For internal use by the Xamarin.Forms platform.