SettersExtensions.AddBinding Metoda

Definice

Přidání setteru s vazbou na setter seznamu IList<>

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

Parametry

setters
System.Collections.Generic.IList<Setter>

Seznam setterů, ke kterým se má přidat setter, který je property vázán na value.

property
BindableProperty

Vlastnost, kterou chcete nastavit.

binding
Binding

Vazba, která se má přidat.

Platí pro