共用方式為


DefaultMetadataDetails.PropertyGetter 屬性

定義

取得或設定屬性 getter 委派,以從模型物件取得屬性值。

public:
 property Func<System::Object ^, System::Object ^> ^ PropertyGetter { Func<System::Object ^, System::Object ^> ^ get(); void set(Func<System::Object ^, System::Object ^> ^ value); };
public Func<object,object> PropertyGetter { get; set; }
public Func<object,object?>? PropertyGetter { get; set; }
member this.PropertyGetter : Func<obj, obj> with get, set
Public Property PropertyGetter As Func(Of Object, Object)

屬性值

適用於