IElementController.SetValueFromRenderer Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SetValueFromRenderer(BindableProperty, Object) |
For internal use by .NET MAUI. |
SetValueFromRenderer(BindablePropertyKey, Object) |
For internal use by .NET MAUI. |
SetValueFromRenderer(BindableProperty, Object)
- Source:
- IElementController.cs
- Source:
- IElementController.cs
For internal use by .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)
Parameters
- property
- BindableProperty
- value
- Object
Applies to
SetValueFromRenderer(BindablePropertyKey, Object)
- Source:
- IElementController.cs
- Source:
- IElementController.cs
For internal use by .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)
Parameters
- propertyKey
- BindablePropertyKey
- value
- Object
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.