BindableObject.GetValues 方法

定义

重载

GetValues(BindableProperty, BindableProperty)
已过时。

供 Xamarin.Forms 平台内部使用。

GetValues(BindableProperty, BindableProperty, BindableProperty)
已过时。

供 Xamarin.Forms 平台内部使用。

GetValues(BindableProperty, BindableProperty)

注意

GetValues is obsolete as of 4.0.0. Please use GetValue instead.

供 Xamarin.Forms 平台内部使用。

[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[]

参数

property0
BindableProperty

供 Xamarin.Forms 平台内部使用。

property1
BindableProperty

供 Xamarin.Forms 平台内部使用。

返回

Object[]

供 Xamarin.Forms 平台内部使用。

属性

适用于

GetValues(BindableProperty, BindableProperty, BindableProperty)

注意

GetValues is obsolete as of 4.0.0. Please use GetValue instead.

供 Xamarin.Forms 平台内部使用。

[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[]

参数

property0
BindableProperty

供 Xamarin.Forms 平台内部使用。

property1
BindableProperty

供 Xamarin.Forms 平台内部使用。

property2
BindableProperty

供 Xamarin.Forms 平台内部使用。

返回

Object[]

供 Xamarin.Forms 平台内部使用。

属性

适用于