Partager via


BindableObject.GetValues Méthode

Définition

Surcharges

GetValues(BindableProperty, BindableProperty)
Obsolète.

Pour un usage interne par la plateforme Xamarin.Forms.

GetValues(BindableProperty, BindableProperty, BindableProperty)
Obsolète.

Pour un usage interne par la plateforme Xamarin.Forms.

GetValues(BindableProperty, BindableProperty)

Attention

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

Pour un usage interne par la plateforme 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[]

Paramètres

property0
BindableProperty

Pour un usage interne par la plateforme Xamarin.Forms.

property1
BindableProperty

Pour un usage interne par la plateforme Xamarin.Forms.

Retours

System.Object[]

Pour un usage interne par la plateforme Xamarin.Forms.

Attributs
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute

S’applique à

GetValues(BindableProperty, BindableProperty, BindableProperty)

Attention

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

Pour un usage interne par la plateforme 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[]

Paramètres

property0
BindableProperty

Pour un usage interne par la plateforme Xamarin.Forms.

property1
BindableProperty

Pour un usage interne par la plateforme Xamarin.Forms.

property2
BindableProperty

Pour un usage interne par la plateforme Xamarin.Forms.

Retours

System.Object[]

Pour un usage interne par la plateforme Xamarin.Forms.

Attributs
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute

S’applique à