Element.SetValueFromRenderer 方法

定義

多載

SetValueFromRenderer(BindablePropertyKey, Object)

供 .NET MAUI 內部使用。

SetValueFromRenderer(BindableProperty, Object)

供 .NET MAUI 內部使用。

SetValueFromRenderer(BindablePropertyKey, Object)

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

參數

property
BindablePropertyKey

供 Microsoft.Maui.Controls 平台內部使用。

value
Object

供 Microsoft.Maui.Controls 平台內部使用。

實作

適用於

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

參數

property
BindableProperty

供 Microsoft.Maui.Controls 平台內部使用。

value
Object

供 Microsoft.Maui.Controls 平台內部使用。

適用於