DataTemplate.SetValue(BindableProperty, Object) 方法

定義

設定 property 的值。

public void SetValue (Xamarin.Forms.BindableProperty property, object value);
member this.SetValue : Xamarin.Forms.BindableProperty * obj -> unit

參數

property
BindableProperty

要設定的屬性。

value
System.Object

新值。

適用於