共用方式為


DataTemplate.SetValue(BindableProperty, Object) 方法

定義

設定 property 的值。

public:
 void SetValue(Microsoft::Maui::Controls::BindableProperty ^ property, System::Object ^ value);
public void SetValue (Microsoft.Maui.Controls.BindableProperty property, object value);
member this.SetValue : Microsoft.Maui.Controls.BindableProperty * obj -> unit
Public Sub SetValue (property As BindableProperty, value As Object)

參數

property
BindableProperty

要設定的屬性。

value
Object

新值。

適用於