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

적용 대상