Поделиться через


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

Применяется к