BindableObject.SetValueCore(BindableProperty, Object, SetValueFlags) 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.
For internal use by the Xamarin.Forms platform.
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public void SetValueCore (Xamarin.Forms.BindableProperty property, object value, Xamarin.Forms.Internals.SetValueFlags attributes = Xamarin.Forms.Internals.SetValueFlags.None);
member this.SetValueCore : Xamarin.Forms.BindableProperty * obj * Xamarin.Forms.Internals.SetValueFlags -> unit
Parameters
- property
- BindableProperty
For internal use by the Xamarin.Forms platform.
- value
- System.Object
For internal use by the Xamarin.Forms platform.
- attributes
- SetValueFlags
For internal use by the Xamarin.Forms platform.
- Attributes
-
System.ComponentModel.EditorBrowsableAttribute