Freigeben über


Element.SetDynamicResource(BindableProperty, String) Methode

Definition

Legt die BindableProperty Eigenschaft dieses Elements fest, die über dynamicResource mit dem angegebenen Schlüssel aktualisiert werden soll.

public:
 void SetDynamicResource(Microsoft::Maui::Controls::BindableProperty ^ property, System::String ^ key);
public void SetDynamicResource (Microsoft.Maui.Controls.BindableProperty property, string key);
override this.SetDynamicResource : Microsoft.Maui.Controls.BindableProperty * string -> unit
Public Sub SetDynamicResource (property As BindableProperty, key As String)

Parameter

property
BindableProperty

Die zu aktualisierende Eigenschaft.

key
String

Der Schlüssel für die angeforderte Ressource.

Gilt für: