IElementController.SetValueFromRenderer 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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