BindableObject.GetValues 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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