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

适用于