Element.RemoveDynamicResource(BindableProperty) 方法

定義

拿掉先前設定的動態資源。

public:
 void RemoveDynamicResource(Microsoft::Maui::Controls::BindableProperty ^ property);
public void RemoveDynamicResource (Microsoft.Maui.Controls.BindableProperty property);
override this.RemoveDynamicResource : Microsoft.Maui.Controls.BindableProperty -> unit
Public Sub RemoveDynamicResource (property As BindableProperty)

參數

property
BindableProperty

BindableProperty 從移除 DynamicResource 的 。

適用於