Freigeben über


Element.SetValueFromRenderer Methode

Definition

Überlädt

SetValueFromRenderer(BindableProperty, Object)

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

SetValueFromRenderer(BindablePropertyKey, Object)

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

SetValueFromRenderer(BindableProperty, Object)

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

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public void SetValueFromRenderer(Xamarin.Forms.BindableProperty property, object value);
member this.SetValueFromRenderer : Xamarin.Forms.BindableProperty * obj -> unit

Parameter

property
BindableProperty

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

value
System.Object

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

Implementiert

Attribute
System.ComponentModel.EditorBrowsableAttribute

Gilt für:

SetValueFromRenderer(BindablePropertyKey, Object)

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

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public void SetValueFromRenderer(Xamarin.Forms.BindablePropertyKey property, object value);
abstract member SetValueFromRenderer : Xamarin.Forms.BindablePropertyKey * obj -> unit
override this.SetValueFromRenderer : Xamarin.Forms.BindablePropertyKey * obj -> unit

Parameter

property
BindablePropertyKey

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

value
System.Object

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

Implementiert

Attribute
System.ComponentModel.EditorBrowsableAttribute

Gilt für: