NativeBindingHelpers.SetBinding 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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 平台内部使用。