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

適用対象