共用方式為


NativeBindingHelpers.SetValue<TNativeView> 方法

定義

供 Xamarin.Forms 平台內部使用。

public static void SetValue<TNativeView> (TNativeView target, Xamarin.Forms.BindableProperty targetProperty, object value) where TNativeView : class;
static member SetValue : 'NativeView * Xamarin.Forms.BindableProperty * obj -> unit (requires 'NativeView : null)

類型參數

TNativeView

供 Xamarin.Forms 平台內部使用。

參數

target
TNativeView

供 Xamarin.Forms 平台內部使用。

targetProperty
BindableProperty

供 Xamarin.Forms 平台內部使用。

value
System.Object

供 Xamarin.Forms 平台內部使用。

適用於