BindableProperty.CreateDefaultValueDelegate<TDeclarer,TPropertyType> 代理人

定義

BindableProperty.DefaultValueCreator のデリゲート。

public delegate TPropertyType BindableProperty.CreateDefaultValueDelegate<in TDeclarer,out TPropertyType>(TDeclarer bindable);
type BindableProperty.CreateDefaultValueDelegate<'Declarer, 'PropertyType> = delegate of 'Declarer -> 'PropertyType

型パラメーター

TDeclarer

プロパティを宣言したオブジェクトの型。

この型パラメーターは反変です。 つまり、指定した型、または弱い派生型のいずれかを使用することができます。 共変性および反変性の詳細については、「ジェネリックの共変性と反変性」をご覧ください。
TPropertyType

バインドされたプロパティの型。

この型パラメーターは共変です。 つまり、指定した型、または強い派生型のいずれかを使用することができます。 共変性および反変性の詳細については、「ジェネリックの共変性と反変性」をご覧ください。

パラメーター

bindable
TDeclarer

プロパティを含むバインド可能なオブジェクト。

戻り値

TPropertyType

適用対象