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를 제거할 입니다.

적용 대상