Freigeben über


NativeBindingHelpers.SetBinding Methode

Definition

Überlädt

SetBinding<TNativeView>(TNativeView, BindableProperty, BindingBase)

Für die interne Verwendung durch die Xamarin.Forms-Plattform.

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

Für die interne Verwendung durch die Xamarin.Forms-Plattform.

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

Für die interne Verwendung durch die Xamarin.Forms-Plattform.

SetBinding<TNativeView>(TNativeView, BindableProperty, BindingBase)

Für die interne Verwendung durch die Xamarin.Forms-Plattform.

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)

Typparameter

TNativeView

Für die interne Verwendung durch die Xamarin.Forms-Plattform.

Parameter

target
TNativeView

Für die interne Verwendung durch die Xamarin.Forms-Plattform.

targetProperty
BindableProperty

Für die interne Verwendung durch die Xamarin.Forms-Plattform.

binding
BindingBase

Für die interne Verwendung durch die Xamarin.Forms-Plattform.

Gilt für:

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

Für die interne Verwendung durch die Xamarin.Forms-Plattform.

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)

Typparameter

TNativeView

Für die interne Verwendung durch die Xamarin.Forms-Plattform.

Parameter

target
TNativeView

Für die interne Verwendung durch die Xamarin.Forms-Plattform.

targetProperty
System.String

Für die interne Verwendung durch die Xamarin.Forms-Plattform.

bindingBase
BindingBase

Für die interne Verwendung durch die Xamarin.Forms-Plattform.

propertyChanged
System.ComponentModel.INotifyPropertyChanged

Für die interne Verwendung durch die Xamarin.Forms-Plattform.

Gilt für:

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

Für die interne Verwendung durch die Xamarin.Forms-Plattform.

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)

Typparameter

TNativeView

Für die interne Verwendung durch die Xamarin.Forms-Plattform.

Parameter

target
TNativeView

Für die interne Verwendung durch die Xamarin.Forms-Plattform.

targetProperty
System.String

Für die interne Verwendung durch die Xamarin.Forms-Plattform.

bindingBase
BindingBase

Für die interne Verwendung durch die Xamarin.Forms-Plattform.

updateSourceEventName
System.String

Für die interne Verwendung durch die Xamarin.Forms-Plattform.

Gilt für: