BindableObjectExtensions.GetPropertyIfSet<T>(BindableObject, BindableProperty, T) Método
Definição
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
Parâmetros de tipo
- T
Parâmetros
- bindableObject
- BindableObject
- bindableProperty
- BindableProperty
- returnIfNotSet
- T
Retornos
- T