SettersExtensions.AddBinding メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
バインディングを含むセッターを IList<Setter> に追加する
public static void AddBinding (this System.Collections.Generic.IList<Xamarin.Forms.Setter> setters, Xamarin.Forms.BindableProperty property, Xamarin.Forms.Binding binding);
static member AddBinding : System.Collections.Generic.IList<Xamarin.Forms.Setter> * Xamarin.Forms.BindableProperty * Xamarin.Forms.Binding -> unit
パラメーター
- setters
- System.Collections.Generic.IList<Setter>
property
を value
にバインドするセッターを追加するセッターの一覧。
- property
- BindableProperty
設定するプロパティ。
- binding
- Binding
追加するバインド。