Share via


Element.SetValueFromRenderer Metodo

Definizione

Overload

SetValueFromRenderer(BindablePropertyKey, Object)

Per l'uso interno di .NET MAUI.

SetValueFromRenderer(BindableProperty, Object)

Per l'uso interno di .NET MAUI.

SetValueFromRenderer(BindablePropertyKey, Object)

Per l'uso interno di .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)

Parametri

property
BindablePropertyKey

Per l'uso interno della piattaforma Microsoft.Maui.Controls.

value
Object

Per l'uso interno della piattaforma Microsoft.Maui.Controls.

Implementazioni

Si applica a

SetValueFromRenderer(BindableProperty, Object)

Per l'uso interno di .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)

Parametri

property
BindableProperty

Per l'uso interno della piattaforma Microsoft.Maui.Controls.

value
Object

Per l'uso interno della piattaforma Microsoft.Maui.Controls.

Si applica a