Element.RemoveDynamicResource(BindableProperty) Metoda

Definicja

Usuwa wcześniej ustawiony zasób dynamiczny.

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)

Parametry

property
BindableProperty

Element BindableProperty , z którego ma być usuwany element DynamicResource.

Dotyczy