Partager via


NativeBindingHelpers.SetBinding Méthode

Définition

Surcharges

SetBinding<TNativeView>(TNativeView, BindableProperty, BindingBase)

Pour un usage interne par la plateforme Xamarin.Forms.

SetBinding<TNativeView>(TNativeView, String, BindingBase, INotifyPropertyChanged)

Pour un usage interne par la plateforme Xamarin.Forms.

SetBinding<TNativeView>(TNativeView, String, BindingBase, String)

Pour un usage interne par la plateforme Xamarin.Forms.

SetBinding<TNativeView>(TNativeView, BindableProperty, BindingBase)

Pour un usage interne par la plateforme Xamarin.Forms.

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)

Paramètres de type

TNativeView

Pour un usage interne par la plateforme Xamarin.Forms.

Paramètres

target
TNativeView

Pour un usage interne par la plateforme Xamarin.Forms.

targetProperty
BindableProperty

Pour un usage interne par la plateforme Xamarin.Forms.

binding
BindingBase

Pour un usage interne par la plateforme Xamarin.Forms.

S’applique à

SetBinding<TNativeView>(TNativeView, String, BindingBase, INotifyPropertyChanged)

Pour un usage interne par la plateforme Xamarin.Forms.

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)

Paramètres de type

TNativeView

Pour un usage interne par la plateforme Xamarin.Forms.

Paramètres

target
TNativeView

Pour un usage interne par la plateforme Xamarin.Forms.

targetProperty
System.String

Pour un usage interne par la plateforme Xamarin.Forms.

bindingBase
BindingBase

Pour un usage interne par la plateforme Xamarin.Forms.

propertyChanged
System.ComponentModel.INotifyPropertyChanged

Pour un usage interne par la plateforme Xamarin.Forms.

S’applique à

SetBinding<TNativeView>(TNativeView, String, BindingBase, String)

Pour un usage interne par la plateforme Xamarin.Forms.

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)

Paramètres de type

TNativeView

Pour un usage interne par la plateforme Xamarin.Forms.

Paramètres

target
TNativeView

Pour un usage interne par la plateforme Xamarin.Forms.

targetProperty
System.String

Pour un usage interne par la plateforme Xamarin.Forms.

bindingBase
BindingBase

Pour un usage interne par la plateforme Xamarin.Forms.

updateSourceEventName
System.String

Pour un usage interne par la plateforme Xamarin.Forms.

S’applique à