Condividi tramite


IElementController.SetValueFromRenderer Metodo

Definizione

Overload

SetValueFromRenderer(BindableProperty, Object)

Per l'uso interno di .NET MAUI.

SetValueFromRenderer(BindablePropertyKey, Object)

Per l'uso interno di .NET MAUI.

SetValueFromRenderer(BindableProperty, Object)

Origine:
IElementController.cs
Origine:
IElementController.cs

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);
abstract member SetValueFromRenderer : Microsoft.Maui.Controls.BindableProperty * obj -> unit
Public Sub SetValueFromRenderer (property As BindableProperty, value As Object)

Parametri

property
BindableProperty
value
Object

Si applica a

SetValueFromRenderer(BindablePropertyKey, Object)

Origine:
IElementController.cs
Origine:
IElementController.cs

Per l'uso interno di .NET MAUI.

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

Parametri

propertyKey
BindablePropertyKey
value
Object

Si applica a