BindableObject.GetValues 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
GetValues(BindableProperty, BindableProperty) |
Obsolete.
For internal use by the Xamarin.Forms platform. |
GetValues(BindableProperty, BindableProperty, BindableProperty) |
Obsolete.
For internal use by the Xamarin.Forms platform. |
GetValues(BindableProperty, BindableProperty)
Caution
GetValues is obsolete as of 4.0.0. Please use GetValue instead.
For internal use by the Xamarin.Forms platform.
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete("GetValues is obsolete as of 4.0.0. Please use GetValue instead.")]
public object[] GetValues (Xamarin.Forms.BindableProperty property0, Xamarin.Forms.BindableProperty property1);
member this.GetValues : Xamarin.Forms.BindableProperty * Xamarin.Forms.BindableProperty -> obj[]
Parameters
- property0
- BindableProperty
For internal use by the Xamarin.Forms platform.
- property1
- BindableProperty
For internal use by the Xamarin.Forms platform.
Returns
For internal use by the Xamarin.Forms platform.
- Attributes
-
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute
Applies to
GetValues(BindableProperty, BindableProperty, BindableProperty)
Caution
GetValues is obsolete as of 4.0.0. Please use GetValue instead.
For internal use by the Xamarin.Forms platform.
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete("GetValues is obsolete as of 4.0.0. Please use GetValue instead.")]
public object[] GetValues (Xamarin.Forms.BindableProperty property0, Xamarin.Forms.BindableProperty property1, Xamarin.Forms.BindableProperty property2);
member this.GetValues : Xamarin.Forms.BindableProperty * Xamarin.Forms.BindableProperty * Xamarin.Forms.BindableProperty -> obj[]
Parameters
- property0
- BindableProperty
For internal use by the Xamarin.Forms platform.
- property1
- BindableProperty
For internal use by the Xamarin.Forms platform.
- property2
- BindableProperty
For internal use by the Xamarin.Forms platform.
Returns
For internal use by the Xamarin.Forms platform.
- Attributes
-
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute