Freigeben über


DataTemplate.SetValue(BindableProperty, Object) Methode

Definition

Legt den Wert von property fest.

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)

Parameter

property
BindableProperty

Die festzulegende Eigenschaft.

value
Object

Der neue Wert.

Gilt für: