次の方法で共有


BindableProperty.CreateDefaultValueDelegate 代理人

定義

BindableProperty.DefaultValueCreator の厳密に型指定されたデリゲート。

public delegate object BindableProperty.CreateDefaultValueDelegate(BindableObject bindable);
type BindableProperty.CreateDefaultValueDelegate = delegate of BindableObject -> obj

パラメーター

bindable
BindableObject

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

戻り値

System.Object

適用対象