Share via


SettersExtensions.AddDynamicResource 메서드

정의

Setter를 IList<Setter>에 DynamicResource를 사용하여 추가합니다.

public static void AddDynamicResource (this System.Collections.Generic.IList<Xamarin.Forms.Setter> setters, Xamarin.Forms.BindableProperty property, string key);
static member AddDynamicResource : System.Collections.Generic.IList<Xamarin.Forms.Setter> * Xamarin.Forms.BindableProperty * string -> unit

매개 변수

setters
System.Collections.Generic.IList<Setter>

키가 지정된 속성을 추가할 setter의 목록입니다.

property
BindableProperty

추가할 리소스입니다.

key
System.String

리소스 키입니다.

적용 대상