BindableObjectExtensions.GetPropertyIfSet<T> 方法

定義

public static T GetPropertyIfSet<T> (this Xamarin.Forms.BindableObject bindableObject, Xamarin.Forms.BindableProperty bindableProperty, T returnIfNotSet);
static member GetPropertyIfSet : Xamarin.Forms.BindableObject * Xamarin.Forms.BindableProperty * 'T -> 'T

類型參數

T

參數

bindableObject
BindableObject
bindableProperty
BindableProperty
returnIfNotSet
T

傳回

T

適用於