IElementController.SetValueFromRenderer Methode

Definition

Überlädt

SetValueFromRenderer(BindableProperty, Object)

Für die interne Verwendung durch Plattformrenderer.

SetValueFromRenderer(BindablePropertyKey, Object)

Für die interne Verwendung durch Plattformrenderer.

SetValueFromRenderer(BindableProperty, Object)

Für die interne Verwendung durch Plattformrenderer.

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

Parameter

property
BindableProperty

Für die interne Verwendung durch die Xamarin.Forms-Plattform.

value
Object

Für die interne Verwendung durch die Xamarin.Forms-Plattform.

Gilt für:

SetValueFromRenderer(BindablePropertyKey, Object)

Für die interne Verwendung durch Plattformrenderer.

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

Parameter

propertyKey
BindablePropertyKey

Für die interne Verwendung durch die Xamarin.Forms-Plattform.

value
Object

Für die interne Verwendung durch die Xamarin.Forms-Plattform.

Gilt für: