次の方法で共有


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 プラットフォームによる内部使用向け。

戻り値

System.Object[]

Xamarin.Forms プラットフォームによる内部使用向け。

属性
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute

適用対象

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 プラットフォームによる内部使用向け。

戻り値

System.Object[]

Xamarin.Forms プラットフォームによる内部使用向け。

属性
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute

適用対象