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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.