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 的 。

适用于