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

适用于