Compartir a través de


Element.SetValueFromRenderer Método

Definición

Sobrecargas

SetValueFromRenderer(BindablePropertyKey, Object)

Para uso interno de .NET MAUI.

SetValueFromRenderer(BindableProperty, Object)

Para uso interno de .NET MAUI.

SetValueFromRenderer(BindablePropertyKey, Object)

Source:
Element.cs
Source:
Element.cs

Para uso interno de .NET MAUI.

public:
 virtual void SetValueFromRenderer(Microsoft::Maui::Controls::BindablePropertyKey ^ property, System::Object ^ value);
public void SetValueFromRenderer (Microsoft.Maui.Controls.BindablePropertyKey property, object value);
abstract member SetValueFromRenderer : Microsoft.Maui.Controls.BindablePropertyKey * obj -> unit
override this.SetValueFromRenderer : Microsoft.Maui.Controls.BindablePropertyKey * obj -> unit
Public Sub SetValueFromRenderer (property As BindablePropertyKey, value As Object)

Parámetros

value
Object

Implementaciones

Se aplica a

SetValueFromRenderer(BindableProperty, Object)

Source:
Element.cs
Source:
Element.cs

Para uso interno de .NET MAUI.

public:
 void SetValueFromRenderer(Microsoft::Maui::Controls::BindableProperty ^ property, System::Object ^ value);
public void SetValueFromRenderer (Microsoft.Maui.Controls.BindableProperty property, object value);
member this.SetValueFromRenderer : Microsoft.Maui.Controls.BindableProperty * obj -> unit
Public Sub SetValueFromRenderer (property As BindableProperty, value As Object)

Parámetros

property
BindableProperty
value
Object

Se aplica a