SettersExtensions.AddDynamicResource Метод

Определение

Добавить метод задания с DynamicResource в список IList<Setter>

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>

Список методов задания, к которому необходимо добавить свойство с ключом.

property
BindableProperty

Добавляемый ресурс.

key
System.String

Ключ ресурса.

Применяется к