BindableObject.GetValues Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
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
Pour un usage interne par la plateforme Xamarin.Forms.
- Attributs
-
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute