Element.SetDynamicResource(BindableProperty, String) 方法

定义

BindableProperty使用提供的键设置要通过 DynamicResource 更新此元素的 属性。

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)

参数

property
BindableProperty

要更新的属性。

key
String

所请求资源的密钥。

适用于