Element.SetDynamicResource(BindableProperty, String) 메서드

정의

DynamicResource를 통해 제공된 키를 사용하여 업데이트할 이 요소의 BindableProperty 속성을 설정합니다.

public void SetDynamicResource (Xamarin.Forms.BindableProperty property, string key);
override this.SetDynamicResource : Xamarin.Forms.BindableProperty * string -> unit

매개 변수

property
BindableProperty

BindableProperty입니다.

key
String

DynamicResource의 키

적용 대상