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

属性

適用対象