次の方法で共有


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

リソース キー。

適用対象