Share via


IElementController.SetValueFromRenderer 方法

定義

多載

SetValueFromRenderer(BindableProperty, Object)

供 .NET MAUI 內部使用。

SetValueFromRenderer(BindablePropertyKey, Object)

供 .NET MAUI 內部使用。

SetValueFromRenderer(BindableProperty, Object)

供 .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)

參數

property
BindableProperty
value
Object

適用於

SetValueFromRenderer(BindablePropertyKey, Object)

供 .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)

參數

propertyKey
BindablePropertyKey
value
Object

適用於