Udostępnij za pośrednictwem


NativeBindingHelpers.SetBinding Metoda

Definicja

Przeciążenia

SetBinding<TNativeView>(TNativeView, BindableProperty, BindingBase)

Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.

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

Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.

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

Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.

SetBinding<TNativeView>(TNativeView, BindableProperty, BindingBase)

Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.

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)

Parametry typu

TNativeView

Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.

Parametry

target
TNativeView

Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.

targetProperty
BindableProperty

Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.

binding
BindingBase

Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.

Dotyczy

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

Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.

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)

Parametry typu

TNativeView

Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.

Parametry

target
TNativeView

Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.

targetProperty
System.String

Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.

bindingBase
BindingBase

Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.

propertyChanged
System.ComponentModel.INotifyPropertyChanged

Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.

Dotyczy

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

Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.

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)

Parametry typu

TNativeView

Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.

Parametry

target
TNativeView

Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.

targetProperty
System.String

Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.

bindingBase
BindingBase

Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.

updateSourceEventName
System.String

Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.

Dotyczy