NativeBindingHelpers.SetBinding 方法

定义

重载

SetBinding<TNativeView>(TNativeView, BindableProperty, BindingBase)

供 Xamarin.Forms 平台内部使用。

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

供 Xamarin.Forms 平台内部使用。

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

供 Xamarin.Forms 平台内部使用。

SetBinding<TNativeView>(TNativeView, BindableProperty, BindingBase)

供 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)

类型参数

TNativeView

供 Xamarin.Forms 平台内部使用。

参数

target
TNativeView

供 Xamarin.Forms 平台内部使用。

targetProperty
BindableProperty

供 Xamarin.Forms 平台内部使用。

binding
BindingBase

供 Xamarin.Forms 平台内部使用。

适用于

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

供 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)

类型参数

TNativeView

供 Xamarin.Forms 平台内部使用。

参数

target
TNativeView

供 Xamarin.Forms 平台内部使用。

targetProperty
System.String

供 Xamarin.Forms 平台内部使用。

bindingBase
BindingBase

供 Xamarin.Forms 平台内部使用。

propertyChanged
System.ComponentModel.INotifyPropertyChanged

供 Xamarin.Forms 平台内部使用。

适用于

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

供 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)

类型参数

TNativeView

供 Xamarin.Forms 平台内部使用。

参数

target
TNativeView

供 Xamarin.Forms 平台内部使用。

targetProperty
System.String

供 Xamarin.Forms 平台内部使用。

bindingBase
BindingBase

供 Xamarin.Forms 平台内部使用。

updateSourceEventName
System.String

供 Xamarin.Forms 平台内部使用。

适用于