BindableObject.GetValues Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
GetValues(BindableProperty, BindableProperty) |
Veraltet.
Für die interne Verwendung durch die Xamarin.Forms-Plattform. |
GetValues(BindableProperty, BindableProperty, BindableProperty) |
Veraltet.
Für die interne Verwendung durch die Xamarin.Forms-Plattform. |
GetValues(BindableProperty, BindableProperty)
Achtung
GetValues is obsolete as of 4.0.0. Please use GetValue instead.
Für die interne Verwendung durch die Xamarin.Forms-Plattform.
[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[]
Parameter
- property0
- BindableProperty
Für die interne Verwendung durch die Xamarin.Forms-Plattform.
- property1
- BindableProperty
Für die interne Verwendung durch die Xamarin.Forms-Plattform.
Gibt zurück
Für die interne Verwendung durch die Xamarin.Forms-Plattform.
- Attribute
-
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute
Gilt für:
GetValues(BindableProperty, BindableProperty, BindableProperty)
Achtung
GetValues is obsolete as of 4.0.0. Please use GetValue instead.
Für die interne Verwendung durch die Xamarin.Forms-Plattform.
[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[]
Parameter
- property0
- BindableProperty
Für die interne Verwendung durch die Xamarin.Forms-Plattform.
- property1
- BindableProperty
Für die interne Verwendung durch die Xamarin.Forms-Plattform.
- property2
- BindableProperty
Für die interne Verwendung durch die Xamarin.Forms-Plattform.
Gibt zurück
Für die interne Verwendung durch die Xamarin.Forms-Plattform.
- Attribute
-
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute