Element.SetDynamicResource(BindableProperty, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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
要求資源的金鑰。