BindableObject.GetValues Methode

Definition

Ü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

Object[]

Für die interne Verwendung durch die Xamarin.Forms-Plattform.

Attribute

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

Object[]

Für die interne Verwendung durch die Xamarin.Forms-Plattform.

Attribute

Gilt für: