BindableObject.GetValues 메서드

정의

오버로드

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

적용 대상