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 平台內部使用。

屬性

適用於