Sdílet prostřednictvím


IElementController.SetValueFromRenderer Metoda

Definice

Přetížení

SetValueFromRenderer(BindableProperty, Object)

Pro interní použití renderery platformy.

SetValueFromRenderer(BindablePropertyKey, Object)

Pro interní použití renderery platformy.

SetValueFromRenderer(BindableProperty, Object)

Pro interní použití renderery platformy.

public void SetValueFromRenderer(Xamarin.Forms.BindableProperty property, object value);
abstract member SetValueFromRenderer : Xamarin.Forms.BindableProperty * obj -> unit

Parametry

property
BindableProperty

Pro interní použití v Xamarinu. Forms platformu.

value
System.Object

Pro interní použití v Xamarinu. Forms platformu.

Platí pro

SetValueFromRenderer(BindablePropertyKey, Object)

Pro interní použití renderery platformy.

public void SetValueFromRenderer(Xamarin.Forms.BindablePropertyKey propertyKey, object value);
abstract member SetValueFromRenderer : Xamarin.Forms.BindablePropertyKey * obj -> unit

Parametry

propertyKey
BindablePropertyKey

Pro interní použití v Xamarinu. Forms platformu.

value
System.Object

Pro interní použití v Xamarinu. Forms platformu.

Platí pro